mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user