Skip to content

Commit

Permalink
Issue dylan-lang#14: remove dotted underlines, don't use tiny fonts, …
Browse files Browse the repository at this point in the history
…shaded background for pre
  • Loading branch information
cgay committed Jul 11, 2011
1 parent 5756bd3 commit 02ad16d
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions www/style.css
Expand Up @@ -16,7 +16,6 @@
*/

body {
font-size: 0.8em;
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
color: #666;
line-height: 1.5em;
Expand All @@ -41,7 +40,6 @@ fieldset {
float: left;
margin-bottom: 1.5em;
position: relative;
border-bottom: 1px; /* remove dotted underline */
}

#header-left {
Expand Down Expand Up @@ -162,25 +160,22 @@ a {
border: none;
text-decoration: none;
padding-bottom: 0px;
border-bottom: 1px dotted #58a;
}

a:visited {
color: #152772;
text-decoration: none;
padding-bottom: 0px;
border-bottom: 1px dotted #58a;
}

a:hover {
color:#58a;
color: #58a;
text-decoration: none;
padding-bottom: 0px;
border-bottom: 1px dotted black;
}

h2 {
font-size: 1.5em;
padding-top: 2em;
margin-bottom: 1em;
}
Expand All @@ -205,7 +200,6 @@ h2, #midsection, body hr {
}

h3 {
font-size: 1.2em;
margin-bottom: 0.2em;
padding-bottom: 0.1em;
}
Expand Down Expand Up @@ -238,7 +232,6 @@ small.date {

#menu span {
display: block;
font-size: 1em;
margin: 0.3em 0.5em;
display: block;
}
Expand All @@ -248,7 +241,6 @@ small.date {
display: none;
padding: 0 0.4em;
margin: 0;
font-size: 0.8em;
}

#menu a {
Expand Down Expand Up @@ -388,3 +380,10 @@ span.object {
#comment-input {
width: 30em;
}

pre {
background: #cdf;
border: 1px solid #679;
color: #235;
padding: 0.5em;
}

0 comments on commit 02ad16d

Please sign in to comment.