You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by de...@apache.org on 2006/12/30 13:28:45 UTC

svn commit: r491218 - /jakarta/commons/sandbox/commons-skin/trunk/src/main/resources/css/maven-theme.css

Author: dennisl
Date: Sat Dec 30 04:28:44 2006
New Revision: 491218

URL: http://svn.apache.org/viewvc?view=rev&rev=491218
Log:
Move rules to the appropriate section.
Make the comments for the different sections of the file stand out more.

Modified:
    jakarta/commons/sandbox/commons-skin/trunk/src/main/resources/css/maven-theme.css

Modified: jakarta/commons/sandbox/commons-skin/trunk/src/main/resources/css/maven-theme.css
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/commons-skin/trunk/src/main/resources/css/maven-theme.css?view=diff&rev=491218&r1=491217&r2=491218
==============================================================================
--- jakarta/commons/sandbox/commons-skin/trunk/src/main/resources/css/maven-theme.css (original)
+++ jakarta/commons/sandbox/commons-skin/trunk/src/main/resources/css/maven-theme.css Sat Dec 30 04:28:44 2006
@@ -35,12 +35,10 @@
  background: #fff;
  color: #fff;
  }
+
 #banner {
   border-bottom: 1px solid #fff;
 }
-#banner img {
- padding: 8px;
-}
 
 #leftColumn {
  background-color: #eee;
@@ -48,7 +46,6 @@
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #fff;
- width: 150px;
 }
 
 #navcolumn {
@@ -56,17 +53,11 @@
  border-right: none;
  border-bottom: none;
  border-top: none;
- padding-top: 5px;
 }
 
 #navcolumn h5 {
   font-size: inherit;
   border-bottom: 1px solid #aaa;
-  padding-top: 3px;
-}
-
-#navcolumn li {
-  padding-left: 8px;
 }
 
 #navcolumn li strong {
@@ -519,7 +510,12 @@
   background-color: #fff;
 }
 
-/* font and text properties, exclusive of link indication, alignment, text-indent */
+/*
+================================================================================
+font and text properties, exclusive of link indication, alignment, text-indent
+================================================================================
+*/
+
 body, th, td, input, select {
   font-family: Verdana, Helvetica, Arial, sans-serif;
 }
@@ -539,10 +535,6 @@
   font-size: x-small;
 }
 
-#breadcrumbs div {
-  font-size: x-small;
-}
-
 .tabs td, .tabs th, dt, .tasknav .selfref, #login .username, .selection {
   font-weight: bold;
 }
@@ -559,7 +551,33 @@
   font-size: 1.25em;
 }
 
-/* box properties (exclusive of borders), positioning, alignments, list types, text-indent */
+#breadcrumbs div {
+  font-size: x-small;
+}
+
+/*
+================================================================================
+box properties (exclusive of borders), positioning, alignments, list types,
+text-indent
+================================================================================
+*/
+
+#leftColumn {
+  width: 150px;
+}
+
+#navcolumn {
+  padding-top: 5px;
+}
+
+#navcolumn h5 {
+  padding-top: 3px;
+}
+
+#navcolumn li {
+  padding-left: 8px;
+}
+
 #bodyColumn h2 {
   margin-top: .3em;
   margin-bottom: .5em;
@@ -848,6 +866,10 @@
 
 #banner h1 {
   margin: 0;
+}
+
+#banner img {
+ padding: 8px;
 }
 
 .axial th, .axial th .strut, #leftColumn .strut {



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org