Author: kake Date: 2008-08-18 12:01:30 +0100 (Mon, 18 Aug 2008) New Revision: 1214
Modified: website/preview/css/openguides.css website/preview/includes/header.inc Log: Move the sidebar up to the top of the page - stop wasting space.
Modified: website/preview/css/openguides.css =================================================================== --- website/preview/css/openguides.css 2008-08-17 23:17:18 UTC (rev 1213) +++ website/preview/css/openguides.css 2008-08-18 11:01:30 UTC (rev 1214) @@ -37,6 +37,12 @@ /* ****** header logo styles ****** */ /* ****** (header menu styles are found in dropdown.css and dropdown_ie.css) ****** */
+#header_and_menu +{ + width: 65%; + float: left; +} + #header { margin-bottom: 20px; @@ -145,6 +151,7 @@ padding-top:5px; width: 100%; text-align: left; + clear: left; }
Modified: website/preview/includes/header.inc =================================================================== --- website/preview/includes/header.inc 2008-08-17 23:17:18 UTC (rev 1213) +++ website/preview/includes/header.inc 2008-08-18 11:01:30 UTC (rev 1214) @@ -1,4 +1,6 @@
+<div id="header_and_menu"> + <div id="header"> <a href="."><img src="img/logo.png" width="360" height="120" alt="OpenGuides: the guides made by you"></a> @@ -60,6 +62,7 @@
</div> </div> +</div> <!-- end header -->
openguides-commits@lists.openguides.org