Reduce the font size when widgets use the entry-meta class in the sidebar

git-svn-id: http://svn.automattic.com/wordpress/trunk@14864 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
iammattthomas 2010-05-24 22:43:03 +00:00
parent c2a0ca325c
commit a90a9b6fd4
1 changed files with 3 additions and 0 deletions

View File

@ -1121,6 +1121,9 @@ h3#reply-title {
.widget-area a:hover {
text-decoration: underline;
}
.widget-area .entry-meta {
font-size: 11px;
}
#wp_tag_cloud div {
line-height: 1.6em;
}