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

git-svn-id: http://svn.automattic.com/wordpress/trunk@7449 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2008-03-21 12:46:34 +00:00
parent 075b9e764e
commit 6797f05a26
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 */
}