You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by de...@apache.org on 2006/12/28 22:36:53 UTC

svn commit: r490833 - /jakarta/commons/sandbox/commons-skin/trunk/src/main/resources/css/maven-theme.css

Author: dennisl
Date: Thu Dec 28 13:36:52 2006
New Revision: 490833

URL: http://svn.apache.org/viewvc?view=rev&rev=490833
Log:
Use em instead of px, so that we don't get into trouble if the font size grows.

Modified:
    jakarta/commons/sandbox/commons-skin/trunk/src/main/resources/css/maven-theme.css

Modified: jakarta/commons/sandbox/commons-skin/trunk/src/main/resources/css/maven-theme.css
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/commons-skin/trunk/src/main/resources/css/maven-theme.css?view=diff&rev=490833&r1=490832&r2=490833
==============================================================================
--- jakarta/commons/sandbox/commons-skin/trunk/src/main/resources/css/maven-theme.css (original)
+++ jakarta/commons/sandbox/commons-skin/trunk/src/main/resources/css/maven-theme.css Thu Dec 28 13:36:52 2006
@@ -78,7 +78,7 @@
  color: #000;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
- height: 14px;
+ height: 1.4em;
 }
 
 #breadcrumbs div {



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org