OSDN Git Service

jm.css: Changes background color of <PRE>.
authorAkihiro MOTOKI <amotoki@users.sourceforge.jp>
Wed, 19 Oct 2011 20:01:43 +0000 (05:01 +0900)
committerAkihiro MOTOKI <amotoki@users.sourceforge.jp>
Wed, 19 Oct 2011 20:01:43 +0000 (05:01 +0900)
Using a different background color for <PRE> from that of <BODY>
makes it easier to read <PRE> section like an example code.

www/jm.css

index 7c841b6..3cfc73b 100644 (file)
@@ -63,6 +63,11 @@ ul li {
        padding-bottom: 0.3em;
 }
 
+pre {
+       padding: 0.3em;
+       background: #dddddd;
+}
+
 /* as of now, @import has not implemented in NN4 nor IE3-4 */
 @import url(local.css)