Give dashboard widgets bottom margin instead of top

git-svn-id: https://develop.svn.wordpress.org/trunk@9061 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2008-10-02 06:17:09 +00:00
parent b7f6dcecb8
commit b727519b66
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ div#dashboard-widgets {
}
div.dashboard-widget-holder {
margin-top: 20px;
margin-bottom: 20px;
width: 50%;
float: left;
}