Give dashboard widgets bottom margin instead of top

git-svn-id: http://svn.automattic.com/wordpress/trunk@9061 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith
2008-10-02 06:17:09 +00:00
parent 5b6277f6d6
commit bc957cef6e
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ div#dashboard-widgets {
}
div.dashboard-widget-holder {
margin-top: 20px;
margin-bottom: 20px;
width: 50%;
float: left;
}