Tweaks to the dashboard planet display

git-svn-id: https://develop.svn.wordpress.org/trunk@2201 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2005-02-02 10:36:59 +00:00
parent f365442290
commit 768c5f8c1b
2 changed files with 26 additions and 2 deletions

View File

@@ -13,6 +13,26 @@ a.delete:hover {
color: #fff;
}
#planetnews ul {
list-style: none;
margin: 0;
padding: 0;
}
#planetnews li {
width: 16%;
margin: 1% 2%;
float: left;
}
#planetnews li a {
display: block;
padding: .5em;
background: #ddd;
height: 6em;
overflow: hidden;
}
a.edit, a.delete, a.edit:hover, a.delete:hover {
border-bottom: none;
display: block;