Browse code

Make fixed font sizes smaller per Issue #5278

Closes #5278

Signed-off-by: Doug Davis <dug@us.ibm.com>

Doug Davis authored on 2014/10/01 05:04:17
Showing 1 changed files
... ...
@@ -48,6 +48,11 @@ ol li {
48 48
   margin: 8px;
49 49
 }
50 50
 
51
+pre {
52
+  font-size: 12px;
53
+  line-height: 1.5;
54
+}
55
+
51 56
 /* Main Navigation */
52 57
 #nav_menu > #docsnav {
53 58
   max-width: 940px;
... ...
@@ -193,12 +198,6 @@ ol li {
193 193
   margin-bottom: 20px;
194 194
 }
195 195
 
196
-.content-body * {
197
-  font-size: 14px;
198
-  font-weight: 400;
199
-  line-height: 1.7;
200
-}
201
-
202 196
 .content-body ul {
203 197
   padding: 10px 0px 10px 20px;
204 198
   list-style-position: inherit;