Skip to content
This repository was archived by the owner on Apr 17, 2018. It is now read-only.

Commit e884646

Browse files
committed
Apply the same CSS to unhighlighted code, as highlighted code.
1 parent ce21012 commit e884646

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/site.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ p#download a { background: center center no-repeat url(../images/download_button
3434
p.attribution { font-size: 0.8em; margin-top: -2em; }
3535
p.footnote { font-size: 0.8em; }
3636

37-
.highlight { margin: 0 29px 0 30px; background: #0C182A; border: 1px solid #26518A; padding: 1em 15px; line-height: 1.5; margin-bottom: 2em; font-family: 'Courier New', 'Terminal', monospace; color: #E6E0DB; overflow: auto; font-size: 12px; }
38-
3937
.puff { margin: 0 29px 0 30px; }
4038

4139
ul { margin: 0 29px 0 30px; margin-bottom: 1.5em; line-height: 1.5; padding: 0 0 0 2em; }
@@ -49,6 +47,8 @@ a:visited { color: #cccccc; }
4947

5048
blockquote { margin: auto 1em; font-style: italic; }
5149

50+
pre { margin: 0 29px 0 30px; background: #0C182A; border: 1px solid #26518A; padding: 1em 15px; line-height: 1.5; margin-bottom: 2em; font-family: 'Courier New', 'Terminal', monospace; color: #E6E0DB; overflow: auto; font-size: 12px; }
51+
5252
#home #content { background-image: url(../images/home_bkg.gif); }
5353
#home .blurb { font-size: 1.2em; }
5454
#home h1 { margin-right: 240px; clear: both; }

0 commit comments

Comments
 (0)