diff --git a/www/index.html b/www/index.html index 5203cb1356..d4634a9734 100644 --- a/www/index.html +++ b/www/index.html @@ -30,7 +30,9 @@ "driver" that makes all the other libraries work together. -

The developers of Clang include contributers from Apple and numerous other volunteers. +

The developers of Clang include contributers from Apple and numerous + other volunteers.

+

Why?

The development of a new front-end was started out of a need -- a need for a compiler that allows better diagnostics, better integration with IDEs, a license that is compatible with commercial products, and a compiler that is easier to develop and maintain. All of these were motivations for starting work on a new C/C++/ObjC front-end that could meet these needs.

An excellent introduction to Clang can be found in the following video lectures: diff --git a/www/menu.css b/www/menu.css index da688dce29..46ebb1b85c 100644 --- a/www/menu.css +++ b/www/menu.css @@ -1,9 +1,3 @@ -/* - Consulted: - http://www.w3.org/TR/CSS1 & - http://www.w3.org/TR/CSS21/ -*/ - /***************/ /* page layout */ /***************/ @@ -21,44 +15,34 @@ position:fixed; } [id=content] { - padding-left:16ex; /* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */ -} - -/****************/ -/* menu display */ -/****************/ -label, #menu a { - display:block; - padding:.05em .3em; -} -#menu * { - display:block; -} -#quick_links { - padding-top:1em; -} -a { - margin:.05em; + /* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */ + padding-left:16ex; } /**************/ /* menu style */ -/**************/ -label { - font-size:.8em; +/**************/ + +#menu { + padding-left: .3em; +} + +#menu .submenu { + padding-top:1em; + display:block; +} + +#menu label { + display:block; + font-weight: bold; + text-align: center; + background-color: rgb(192,192,192); } #menu a { - background-color:rgb(244,250,255); -} -#menu label { - background-color:rgb(244,255,250); -} -#menu { - padding: 0 .2em .2em 0; - border-color: rgb(240,240,240); - border-width: 0 .1em 0 0; - border-style: solid; + display:block; + text-align: center; + background-color: rgb(235,235,235); } #menu a:visited { - color:rgb(130,50,100); + color:rgb(100,50,100); } \ No newline at end of file diff --git a/www/menu.html.incl b/www/menu.html.incl index 3421143346..8103217558 100644 --- a/www/menu.html.incl +++ b/www/menu.html.incl @@ -1,27 +1,27 @@ - -

+