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/05/08 15:34:45 UTC

svn commit: r536196 - /lenya/trunk/src/webapp/lenya/resources/css/default.css

Author: andreas
Date: Tue May  8 06:34:44 2007
New Revision: 536196

URL: http://svn.apache.org/viewvc?view=rev&rev=536196
Log:
Updated CSS rules for <code> and <source>

Modified:
    lenya/trunk/src/webapp/lenya/resources/css/default.css

Modified: lenya/trunk/src/webapp/lenya/resources/css/default.css
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/resources/css/default.css?view=diff&rev=536196&r1=536195&r2=536196
==============================================================================
--- lenya/trunk/src/webapp/lenya/resources/css/default.css (original)
+++ lenya/trunk/src/webapp/lenya/resources/css/default.css Tue May  8 06:34:44 2007
@@ -47,13 +47,20 @@
     font-size: small;
 }
 
-code {
-    font-size: 130%; /* hack! the "font-size:small" in the other elements needs to go. */
+code, source {
     font-family: monospace;
+    font-size: 100%;
+}
+
+source {
+    padding: 1em;
+    background-color: #F5F4E9;
+    color: black;
 }
 
-h1 code, h2 code, h3 code {
+h1 code, h2 code, h3 code, h4 code {
     font-weight: bold;
+    font-size: 130%; /* hack! the "font-size:small" in the other elements needs to go. */
 }
 
 .lenya-header {



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