Skip to content

Commit

Permalink
Shrink the size of the tool buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
brad-anderson committed Mar 23, 2012
1 parent 580ee5a commit e50061e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions css/style.css
Expand Up @@ -430,9 +430,9 @@ div#tools > a.button
display:inline-block;
color:#777777;
font-family:arial;
font-size:11px;
font-size:10px;
font-weight:bold;
padding:2px 12px;
padding:0px 6px;
text-decoration:none;
text-shadow:1px 1px 0px #ffffff;
}
Expand Down Expand Up @@ -463,10 +463,10 @@ a.tip {
a.tip span {
display: none;
position: absolute;
top: 35px;
left: -35px;
top: 25px;
left: -50px;
width: 200px;
padding: 10px !important;
padding: 8px !important;
z-index: 100;
background: #000;
color: #eee !important;
Expand Down

0 comments on commit e50061e

Please sign in to comment.