Skip to content

Commit

Permalink
Update stylesheets/styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Cetin Sert committed Nov 18, 2012
1 parent 178e388 commit eabc08a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions stylesheets/styles.css
Expand Up @@ -71,7 +71,7 @@ header {
header h1 {
margin: 0;
padding: 0;
font-size: 24px;
font-size: 48px;
line-height: 1.2;
color: #069;
text-shadow: rgba(255, 255, 255, 0.9) 0 1px 0;
Expand All @@ -82,8 +82,8 @@ header.without-description h1 {
header p {
margin: 0;
color: #61778B;
width: 300px;
font-size: 13px;
width: 440px;
font-size: 18px;
}
header p.view {
display: none;
Expand Down Expand Up @@ -233,7 +233,7 @@ img {
}

code, pre {
font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal;
font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, monospace;
color: #333;
font-size: 12px;
overflow-x: auto;
Expand Down Expand Up @@ -353,4 +353,4 @@ footer p + p {
header p.view a small:before {
content: 'at http://github.com/';
}
}
}

0 comments on commit eabc08a

Please sign in to comment.