_s: If the tweaks file is in use hide the author of posts everywhere except singular -- where it's useful to see the author if that's your entry point to a single author blog -- unless it's a group blog in which case just show the author name everywhere. Doing this all with just CSS so it's easily reversible with child themes of themes built from _s

git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@8876 d957f892-c61d-0410-b221-f235e6eecf30
This commit is contained in:
Ian Stewart 2012-02-07 02:52:04 +00:00
parent a14038728d
commit 545b3514b3
2 changed files with 10 additions and 0 deletions

View file

@ -402,6 +402,12 @@ a:active {
.hentry {
margin: 0 0 1.5em;
}
.indexed .byline {
display: none;
}
.group-blog .byline {
display: inline;
}
.entry-content,
.entry-summary {
margin: 1.5em 0 0;