style.css: reduce the scope of the .author rule to when it's nested in .inlineheader
In the initial template for blog-style comments, I don't want the author name to be quite as large and prominent as the author of a blog post - I expect that comments will be rather short, so the author name stands out better for a given font size.master
parent
f77f7a02a6
commit
446740cfbb
|
@ -12,7 +12,7 @@
|
|||
display: block;
|
||||
}
|
||||
|
||||
.author {
|
||||
.inlineheader .author {
|
||||
margin: 0;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Reference in New Issue