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

git-svn-id: https://develop.svn.wordpress.org/trunk@14864 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2010-05-24 22:43:03 +00:00
parent d31fbcf5f1
commit cb4a804d81
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;
}