Merge pull request #1940 from awesomerobot/master

adding style for full-name on topic post user meta data
This commit is contained in:
Jeff Atwood 2014-02-12 21:47:31 -08:00
commit 39280a5b0c
1 changed files with 8 additions and 1 deletions

View File

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