You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by lc...@apache.org on 2011/04/06 08:13:45 UTC

svn commit: r1089345 - /incubator/npanday/trunk/site/src/site/resources/css/site.css

Author: lcorneliussen
Date: Wed Apr  6 08:13:44 2011
New Revision: 1089345

URL: http://svn.apache.org/viewvc?rev=1089345&view=rev
Log:
[NPANDAY-396] Some style changes improving the readability

Modified:
    incubator/npanday/trunk/site/src/site/resources/css/site.css

Modified: incubator/npanday/trunk/site/src/site/resources/css/site.css
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/resources/css/site.css?rev=1089345&r1=1089344&r2=1089345&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/resources/css/site.css (original)
+++ incubator/npanday/trunk/site/src/site/resources/css/site.css Wed Apr  6 08:13:44 2011
@@ -19,3 +19,34 @@ under the License.*/
 /*  background-color: rgb(166, 140, 125);*/
   background-color: white;
 }
+
+body, h2, h3, #rightcol h2, pre, code, #apphead h2 small, h3, th, td {
+    /* a little bit bigger than 'small' */
+    font-size: 0.9em;
+}
+
+/* More fluffy navigation */
+#navcolumn h5 {
+    margin: 1em 0.5em 0;
+    font-size: 1.2em;
+}
+
+#navcolumn ul li {
+    line-height: 1.3em;
+    margin: 0.5em 0;
+}
+
+/* Lists with some more space */
+#bodyColumn li {
+    margin: 0.5em;
+}
+
+/* "real" titles */
+#bodyColumn h2 {
+    background: none;
+    background-color: none;
+    color: black;
+    font-size: 1.5em;
+}
+
+