Fix widgets alignment in IE, fixes #8424

git-svn-id: https://develop.svn.wordpress.org/trunk@9995 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2008-12-01 01:55:27 +00:00
parent 778083667e
commit 0b80af7d38
1 changed files with 2 additions and 1 deletions

View File

@ -188,7 +188,8 @@ ul#adminmenu {
line-height: 20px;
}
#the-comment-list .comment-item {
#the-comment-list .comment-item,
ul#widget-list li.widget-list-item {
zoom: 100%;
}