_s: simpler way of handling hiding authors on single author blogs without adding another class

git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@8877 d957f892-c61d-0410-b221-f235e6eecf30
This commit is contained in:
Ian Stewart 2012-02-07 02:57:41 +00:00
parent 545b3514b3
commit e4a5c76fd6
2 changed files with 2 additions and 5 deletions

View file

@ -402,9 +402,10 @@ a:active {
.hentry {
margin: 0 0 1.5em;
}
.indexed .byline {
.byline {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}