Skip to content

Commit

Permalink
Simplified the h2 interview stuff, dropped the font size and padding …
Browse files Browse the repository at this point in the history
…for the summary paragraphs.
  • Loading branch information
Daniel Bogan committed Jan 30, 2010
1 parent 49b2503 commit 1850468
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions public/stylesheets/screen.css
Expand Up @@ -12,7 +12,6 @@ text-decoration: none;

a:hover {
color: #fe2e9a !important;
text-decoration: underline;
}

a:hover img {
Expand Down Expand Up @@ -56,13 +55,13 @@ color: #fe2e9a;
}

h1 a:hover {
text-decoration: underline;
color: #000 !important;
}

h2 {
padding: 0;
margin: 20px 0 5px 0;
font-size: 190%;
margin: 20px 0 0 0;
font-size: 200%;
font-weight: normal;
}

Expand All @@ -74,20 +73,15 @@ font-size: 110%;
}

h2.interview {
float: left;
padding: 0;
margin: 5px 0 15px 0;
font-size: 140%;
font-size: 150%;
}

h2.interview a {
color: #000;
}

h2.interview:after {
padding: 0 6px 0 2px;
content: " / ";
color: #ccc;
h2.interview img {
margin-bottom: 5px;
}

h3 {
Expand Down Expand Up @@ -127,9 +121,9 @@ color: #444;
}

p.summary {
padding: 8px 0;
padding: 4px 0;
color: #555;
font-size: 110%;
font-size: 100%;
}

p.pagination {
Expand Down

0 comments on commit 1850468

Please sign in to comment.