You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2004/09/22 07:51:59 UTC

svn commit: rev 47028 - forrest/trunk/src/core/context/skins/pelt/css

Author: crossley
Date: Tue Sep 21 22:51:58 2004
New Revision: 47028

Modified:
   forrest/trunk/src/core/context/skins/pelt/css/basic.css
Log:
Change line-height from 170% to 110% because lines were appearing
to be paragraphs and screen-space was being wasted.


Modified: forrest/trunk/src/core/context/skins/pelt/css/basic.css
==============================================================================
--- forrest/trunk/src/core/context/skins/pelt/css/basic.css	(original)
+++ forrest/trunk/src/core/context/skins/pelt/css/basic.css	Tue Sep 21 22:51:58 2004
@@ -49,7 +49,7 @@
   padding: 5px 10px;
   background: #F0F0FF;
   color: black;
-  line-height: 170%;
+  line-height: 110%;
   font-size: 90%;
 }
 .warning .label {
@@ -116,7 +116,7 @@
 h6 { font-size: 75%; }
 
 p {
-  line-height: 170%;
+  line-height: 110%;
   text-align: left;
   margin-top: .5em;
   margin-bottom: 1em;
@@ -125,7 +125,7 @@
 #content li,
 #content th,
 #content td {
-  line-height: 170%;
+  line-height: 110%;
 }
 
 #content .attribution {