Skip to content

Commit

Permalink
fixing devhub margin for serious this time you guys (bug 649861)
Browse files Browse the repository at this point in the history
  • Loading branch information
potch committed Apr 26, 2011
1 parent 6a96536 commit b8eaa03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions media/css/zamboni/developers.css
Expand Up @@ -702,10 +702,10 @@ form .char-count b {
display: inline-block;
}
.item-actions>ul>li {
margin-right: 2px;
margin-right: 1px;
}
.item-actions>ul>li:after {
margin: 0 0 4px 2px;
margin: 0 0 4px 1px;
}
.item-actions>ul>li:not(:last-child):after {
background-color: #aaa;
Expand All @@ -716,7 +716,7 @@ form .char-count b {
display: inline-block;
height: 2px;
width: 2px;
margin: 0 0 4px 4px;
margin: 0 0 4px 1px;
}
#dashboard .item:hover .item-actions>ul>li:not(:last-child):after {
background-color: #555;
Expand Down

0 comments on commit b8eaa03

Please sign in to comment.