Tired of block'd anchors on post titles.

master
Nick Sergeant 2013-02-19 22:50:05 -05:00
parent 20cba15c10
commit 867f2db4ae
3 changed files with 6 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -337,13 +337,15 @@ article {
} }
} }
h1 { h1 {
font-size: 20px;
line-height: normal;
margin-bottom: 20px; margin-bottom: 20px;
margin-top: 0; margin-top: 0;
padding-top: 1px;
a { a {
color: #666; color: #666;
display: block; font: 500 20px $Helvetica;
font: 500 20px/26px $Helvetica;
text-decoration: none; text-decoration: none;
-webkit-transition: color .05s linear; -webkit-transition: color .05s linear;
-moz-transition: color .05s linear; -moz-transition: color .05s linear;

File diff suppressed because one or more lines are too long