Justify tag clouds, props Simek, fixes #9782

git-svn-id: http://svn.automattic.com/wordpress/trunk@11287 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2009-05-12 00:20:19 +00:00
parent 30d3e3377b
commit 489da6fa67
1 changed files with 2 additions and 0 deletions

View File

@ -1397,6 +1397,7 @@ p.description,
.tagcloud { .tagcloud {
width: 97%; width: 97%;
margin: 0 0 40px; margin: 0 0 40px;
text-align: justify;
} }
.tagcloud h3 { .tagcloud h3 {
@ -3141,6 +3142,7 @@ p.popular-tags {
border-style: solid; border-style: solid;
line-height: 2em; line-height: 2em;
padding: 8px 12px 12px; padding: 8px 12px 12px;
text-align: justify;
} }
p.popular-tags a { p.popular-tags a {