You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/11/04 22:18:24 UTC

svn commit: r591838 - /lenya/sandbox/modules/docustyle/resources/css/page.css

Author: andreas
Date: Sun Nov  4 13:18:24 2007
New Revision: 591838

URL: http://svn.apache.org/viewvc?rev=591838&view=rev
Log:
Layout update

Modified:
    lenya/sandbox/modules/docustyle/resources/css/page.css

Modified: lenya/sandbox/modules/docustyle/resources/css/page.css
URL: http://svn.apache.org/viewvc/lenya/sandbox/modules/docustyle/resources/css/page.css?rev=591838&r1=591837&r2=591838&view=diff
==============================================================================
--- lenya/sandbox/modules/docustyle/resources/css/page.css (original)
+++ lenya/sandbox/modules/docustyle/resources/css/page.css Sun Nov  4 13:18:24 2007
@@ -25,16 +25,38 @@
   font-family: 'Lucida Grande', Verdana, Arial, Sans-serif;
 }
 
+#header {
+  clear: left;
+  font-size: 11pt;
+  margin: 0 0 .5em 200px;
+}
+
+#projectLogo {
+}
+
+#projectLogo img {
+  border: none;
+}
+
+#projectLogo, #tagline {
+  display: table-cell;
+  vertical-align: bottom;
+}
+
+#tagline {
+    font-weight: bold;
+    padding-bottom: 7px;
+}
+
 /* tabs */
 
 ul#tabs {
-  border-bottom: solid 5px #BBBBCC;
   clear: left;
   font-weight: bold;
   font-size: 11pt;
-  margin: 0;
+  margin: 0 0 0 0;
   border-collapse: collapse;
-  padding: 0 0 0 19px;
+  padding: 0 0 0 200px;
 }
 
 #tabs a {
@@ -81,9 +103,9 @@
 }
 
 #menu {
-  width: 13em;
+  width: 160px;
   list-style-type: none;
-  padding: 2em 1em .5em 20px;
+  padding: 3em 20px .5em 20px;
   margin: 0 0 0 21px;
   font-size: 10pt;
   /*
@@ -199,7 +221,7 @@
 
 #body {
   border: none;
-  padding: 1em 2em;
+  padding: 1em 0;
   font-size: 10pt;
   background-color: white;
 }
@@ -251,30 +273,6 @@
   */
   padding: .3em 1em;
   float: left;
-}
-
-#header {
-  clear: left;
-  font-size: 11pt;
-  margin: 0 0 .5em 20px;
-}
-
-#projectLogo {
-  padding-left: .8em;
-}
-
-#projectLogo img {
-  border: none;
-}
-
-#projectLogo, #tagline {
-  display: table-cell;
-  vertical-align: bottom;
-}
-
-#tagline {
-    font-weight: bold;
-    padding-bottom: 7px;
 }
 
 .media {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org