Make double height dashboard widgets really double height. Fixes #6325 props Viper007Bond.

git-svn-id: https://develop.svn.wordpress.org/trunk@7449 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2008-03-21 12:46:34 +00:00
parent 0a22fa8460
commit 30285d8650
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ div.dashboard-widget-holder.full {
}
div.dashboard-widget-holder.double div.dashboard-widget {
height: 52em;
height: 54em;
padding-bottom: 28px /* lame */
}