Skip to content

Commit

Permalink
css improvements (font sizes and background behind code)
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Oct 12, 2011
1 parent eece1f6 commit 79c96dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions content/css/coderay.css
Expand Up @@ -22,7 +22,7 @@ table.CodeRay td { padding: 2px 4px; vertical-align: top }
.CodeRay .no { padding: 0px 0px }
.CodeRay .code { width: 100% }

ol.CodeRay { font-size: 10pt }
/* ol.CodeRay { font-size: } */
ol.CodeRay li { white-space: pre }

.CodeRay .code pre { overflow: auto }
Expand Down Expand Up @@ -100,4 +100,4 @@ ol.CodeRay li { white-space: pre }
.CodeRay .ts { color:#D70; font-weight:bold }
.CodeRay .ty { color:#339; font-weight:bold }
.CodeRay .v { color:#036 }
.CodeRay .xt { color:#444 }
.CodeRay .xt { color:#444 }
8 changes: 4 additions & 4 deletions content/css/default.css
Expand Up @@ -2,8 +2,7 @@

body {
background-color:#fff;
font-family:"Trebuchet MS",arial,sans-serif;
font-size:62.5%;
font-family:arial,sans-serif;
color:#4C4646;
margin:0;
padding:0;
Expand All @@ -14,7 +13,7 @@ td {
}

pre {
font-size: 12px;
font-size: 1.2em;
color: #333;
}
a {
Expand All @@ -29,7 +28,7 @@ acronym {
border-bottom:1px dotted #ddd;
}
#container {
font-size:1.2em;
font-size:0.9em;
width:94%;
margin:0 auto;
border-right:3px double #000;
Expand Down Expand Up @@ -157,6 +156,7 @@ acronym {
#content code {
font-family:monospace;
font-size:1.3em;
background-color:#F0F0F0;
}
#content pre {
padding:4px;
Expand Down

0 comments on commit 79c96dc

Please sign in to comment.