mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 15:31:42 +01:00
Add the sticky post grey background to the default theme, props Viper007Bond, fixes #9359
git-svn-id: http://svn.automattic.com/wordpress/trunk@10816 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d6df5b55c9
commit
b4e1aab114
@ -140,6 +140,14 @@ h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar
|
||||
color: #b85b5a;
|
||||
}
|
||||
|
||||
.sticky {
|
||||
background: #f7f7f7;
|
||||
padding: 0 10px 10px;
|
||||
}
|
||||
.sticky h2 {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.commentlist li, #commentform input, #commentform textarea {
|
||||
font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user