Revision: 4022
          http://vexi.svn.sourceforge.net/vexi/?rev=4022&view=rev
Author:   clrg
Date:     2011-02-05 14:58:06 +0000 (Sat, 05 Feb 2011)

Log Message:
-----------
More consistent visual font sizes

Modified Paths:
--------------
    trunk/org.vexi-build.jsdoc/src/main/java/org/vexi/build/jsdoc/style.css

Modified: 
trunk/org.vexi-build.jsdoc/src/main/java/org/vexi/build/jsdoc/style.css
===================================================================
--- trunk/org.vexi-build.jsdoc/src/main/java/org/vexi/build/jsdoc/style.css     
2011-02-05 14:53:12 UTC (rev 4021)
+++ trunk/org.vexi-build.jsdoc/src/main/java/org/vexi/build/jsdoc/style.css     
2011-02-05 14:58:06 UTC (rev 4022)
@@ -9,7 +9,7 @@
   text-decoration: none; 
 }
 
-code { font-size: medium; }
+code { font-size: large; background: #DEDEDE; padding: 0 0.2em; }
 pre { margin-left: 1.5em; padding: 0.5em; background: #DEDEDE; color: #333333; 
}
 p { margin-left: 0.5em; }
 dl { margin-left: 2em; }
@@ -28,8 +28,9 @@
 }
 
 th { white-space: nowrap; }
-td p { margin-left: 0; padding-left: 0; }
+td p { margin-left: 0; margin-top: 0.2em; padding-left: 0; }
 td pre { margin-left: 0; padding-left: 0; }
-td.prop { font-weight: bold; white-space: nowrap; }
-td.propinit { font-family: monospace; }
-td.proptype { font-family: monospace; }
\ No newline at end of file
+td.prop { font-weight: bold; white-space: nowrap; padding: 0.2em; }
+td.prop code { background: none; }
+td.propinit { font-family: monospace; font-size: large; padding: 0.2em; }
+td.proptype { font-family: monospace; font-size: large; padding: 0.2em; }
\ No newline at end of file


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to