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:
parent
075b9e764e
commit
6797f05a26
|
@ -86,7 +86,7 @@ div.dashboard-widget-holder.full {
|
||||||
}
|
}
|
||||||
|
|
||||||
div.dashboard-widget-holder.double div.dashboard-widget {
|
div.dashboard-widget-holder.double div.dashboard-widget {
|
||||||
height: 52em;
|
height: 54em;
|
||||||
padding-bottom: 28px /* lame */
|
padding-bottom: 28px /* lame */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue