Skip to content

Commit

Permalink
Don't justify post titles in listings.
Browse files Browse the repository at this point in the history
  • Loading branch information
belkadan committed Mar 8, 2012
1 parent 6a19ef8 commit 0046da2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion css/style.css
Expand Up @@ -41,6 +41,8 @@ a[href], .post h2 a[href]:hover {
color: #06c;
}

.post h2 { text-align:left }

.post h2 a[href] { color: #000 }

a[href]:hover {
Expand Down Expand Up @@ -129,7 +131,7 @@ body {

.pagetitle {
clear: both;
text-align: center;
text-align: center !important;
}

.metadata {
Expand Down

0 comments on commit 0046da2

Please sign in to comment.