Skip to content

Commit

Permalink
Lighter Heading Border
Browse files Browse the repository at this point in the history
This makes the heading line the same color as wikimedia's.
  • Loading branch information
joehillen committed Jun 13, 2014
1 parent 72c0173 commit 8a43d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/static/css/screen.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ option { padding: 0 .4em; }
table, tr, td, th { border: none; } table, tr, td, th { border: none; }
hr { height: 1px; color: #aaa; background-color: #aaa; border: 0; margin: .2em 0 .2em 0; } hr { height: 1px; color: #aaa; background-color: #aaa; border: 0; margin: .2em 0 .2em 0; }


h1, h2, h3, h4, h5, h6 { font-weight: normal; border-bottom: 1px solid black; } h1, h2, h3, h4, h5, h6 { font-weight: normal; border-bottom: 1px solid #aaa; }


h1.pageTitle { font-size: 197%; margin: 0.2em 0 .5em; } h1.pageTitle { font-size: 197%; margin: 0.2em 0 .5em; }


Expand Down

0 comments on commit 8a43d08

Please sign in to comment.