Navigation Menu

Skip to content

Commit

Permalink
Mucking about with styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarioustim committed May 18, 2011
1 parent 5d458a5 commit 472a20c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
1 change: 1 addition & 0 deletions assets/css/core.css
Expand Up @@ -40,6 +40,7 @@ em {
#article h3,
#article h4 {
border-bottom: 1px dotted #5D7FA6;
padding-bottom: 5px;
}

#article h2,
Expand Down
7 changes: 3 additions & 4 deletions assets/css/fonts.css
@@ -1,7 +1,7 @@
body {
font: 16px/1.4 "helvetica neue", arial, helvetica, sans-serif;
*font-size:small;
*font:x-small;
*font-size: small;
*font-size: x-small;
}

select,
Expand All @@ -13,7 +13,7 @@ textarea {

table {
font-size: inherit;
font: 100%;
font-size: 100%;
}

code,
Expand All @@ -31,7 +31,6 @@ h3,
h4,
h5,
h6 {
/*font-family: georgia, times, serif;*/
font-weight: bold;
}

Expand Down
10 changes: 9 additions & 1 deletion assets/css/syntax.css
@@ -1,4 +1,12 @@
.highlight .lineno { border-right: 1px solid #ccc; color: #ccc; display: -moz-inline-box; display: inline-block; padding-right: 5px; *display: inline; *zoom: 1;}
.highlight .lineno {
border-right: 1px solid #ccc;
color: #ccc;
display: inline-block;
display: -moz-inline-box;
padding-right: 5px;
*display: inline;
*zoom: 1;
}
.highlight .c { color: #999988; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { font-weight: bold } /* Keyword */
Expand Down

0 comments on commit 472a20c

Please sign in to comment.