Skip to content

Commit

Permalink
CSS debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
grammarware committed Dec 18, 2012
1 parent 84e93e1 commit 92d9477
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions slps.css
@@ -1,24 +1,23 @@
body {color:#033}
h1, h2, div.c {text-align:center}
h2 a, div.c em {font-size:small}
a:hover {text-decoration:underline}
a:link, a:visited {color:#039}
a:link.red, a:visited.red {color:#933}
ul li {list-style:disc}
dt {font-weight:bold}
dl {margin-left:3em}
br {clear:both}
pre {border:1px solid black; border-spacing:2px; border-collapse:collapse; background-color:#ECECEC}
img {border:0}
.last {width:100%; text-align:right; font-style:italic}
.last img {border:0; width:88px; height:31px}
br {clear:both}
.links {text-align:center; font-family:monospace; font-weight:bold}
.links a {text-decoration:none}
a:hover {text-decoration:underline}
a:link {color:#039}
a:visited {color:#006}
ul li {list-style:disc}
a:link.red, a:visited.red {color:#933}
.label, .sel {color:green}
.marked {background-color:#FFE5B4}
.nt {color:blue; font-weight:bold}
.t {color:red; font-style:italic}
.meta .cmd {color:green; font-style:italic; font-family:serif}
.meta, .cmd {color:green; font-style:italic; font-family:serif}
.b {text-align:right; font-style:italic}
.date {font-size:small}
pre {border:1px solid black; border-spacing:2px; border-collapse:collapse; background-color:#ECECEC}

0 comments on commit 92d9477

Please sign in to comment.