Skip to content

Commit

Permalink
Minor changes to CSS to support new docs styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
anildash committed Apr 8, 2013
1 parent 94aa29e commit 8e9b8af
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion css/strip.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,22 @@ strong {
* headers
*/

h1 {
color: #00aeef;
font: 44px/71px;
font-weight: 700;
}

h2 {
text-align: center;
font: 44px/71px;
font-weight : 200;
margin: 18px 0;
}

.highlight h2 {
text-align: center;
}

h2 strong {
font-weight:700;
}
Expand Down

0 comments on commit 8e9b8af

Please sign in to comment.