Author: kake Date: 2008-08-18 23:37:29 +0100 (Mon, 18 Aug 2008) New Revision: 1215
Modified: website/publish/css/openguides.css website/publish/includes/header.inc Log: Merge sidebar changes to publish.
Modified: website/publish/css/openguides.css =================================================================== --- website/publish/css/openguides.css 2008-08-18 11:01:30 UTC (rev 1214) +++ website/publish/css/openguides.css 2008-08-18 22:37:29 UTC (rev 1215) @@ -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/publish/includes/header.inc =================================================================== --- website/publish/includes/header.inc 2008-08-18 11:01:30 UTC (rev 1214) +++ website/publish/includes/header.inc 2008-08-18 22:37:29 UTC (rev 1215) @@ -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