Revision: 4102 http://vexi.svn.sourceforge.net/vexi/?rev=4102&view=rev Author: clrg Date: 2011-03-29 10:14:41 +0000 (Tue, 29 Mar 2011)
Log Message: ----------- More consistent font sizing (relative font sizing is messed up between different browsers) 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-03-29 01:23:17 UTC (rev 4101) +++ trunk/org.vexi-build.jsdoc/src/main/java/org/vexi/build/jsdoc/style.css 2011-03-29 10:14:41 UTC (rev 4102) @@ -1,15 +1,15 @@ body { font-family: helvetica, verdana, arial, sans-serif; - font-size: medium; + font-size: 10pt; padding: 1em; } th, td, p, li { font-family: helvetica, verdana, arial, sans-serif; - font-size: medium; + font-size: 10pt; text-decoration: none; } -code { font-size: large; background: #DEDEDE; padding: 0 0.2em; } +code { font-size: 10pt; 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; } @@ -32,5 +32,5 @@ td pre { margin-left: 0; padding-left: 0; } 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 +td.propinit { font-family: monospace; font-size: 10pt; padding: 0.2em; } +td.proptype { font-family: monospace; font-size: 10pt; 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. ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn