font-size err0rs
authorjoel kronenberg <joel.kronenberg@utoronto.ca>
Tue, 6 Dec 2005 21:57:33 +0000 (21:57 -0000)
committerjoel kronenberg <joel.kronenberg@utoronto.ca>
Tue, 6 Dec 2005 21:57:33 +0000 (21:57 -0000)
docs/themes/default/styles.css
docs/themes/default_classic/styles.css

index d660d14..b34b639 100644 (file)
@@ -1206,9 +1206,12 @@ ol#tools>li:hover {
        background-color: #f5f5ff;
 }
 
-/* ol#tools>li>a */ li.top-tool a {  font-weight: bold; }
+li.top-tool a {  font-weight: bold; } /* ol#tools>li>a */ 
 
-li.child-tool a { font-size: normal; font-weight: normal; }
+li.child-tool a { 
+       font-size: x-small;
+       font-weight: normal; 
+}
 
 /* ol#tools>li>ul, */ ul.child-top-tool {
        margin-top: -5px;
index 6ebd4c1..10a6e43 100644 (file)
@@ -1166,7 +1166,7 @@ ol#tools>li:hover {
 
 /* ol#tools>li>a */ li.top-tool a {  font-weight: bold; }
 
-li.child-tool a { font-size: normal; font-weight: normal; }
+li.child-tool a { font-size: x-small; font-weight: normal; }
 
 /* ol#tools>li>ul, */ ul.child-top-tool {
        margin-top: -5px;