Change a couple CSS rules to allow identical look to original docs.
authorThom Brown <thom@linux.com>
Fri, 18 Nov 2011 15:37:21 +0000 (15:37 +0000)
committerThom Brown <thom@linux.com>
Fri, 18 Nov 2011 15:37:21 +0000 (15:37 +0000)
media/css/docs.css

index 7f5c3ab844c05cb012b27e1633d4d946bf30b91f..8ac92b399796198c666664fe00ecd0102c72b6b9 100644 (file)
@@ -310,10 +310,15 @@ blockquote.TIP code {
 }
 
 .emphasis,
-.c2 {
+.c2,
+.c4 {
   font-weight: bold;
 }
 
+.REPLACEABLE {
+  font-style: italic;
+}
+
 /* Table Styles */
 
 table {