adding style for full-name in user meta on posts

This commit is contained in:
Kris Aubuchon 2014-02-12 21:32:47 -05:00
parent 5d7a33a799
commit 70c911018b

View file

@ -483,9 +483,15 @@ iframe {
}
h3.full-name {
display: inline;
font-weight: normal;
font-size: 12px;
a {color: $primary;}
}
}
h3 { display: block; }
}