Skip to content

Commit

Permalink
Adding a stylesheet for the tag and help overlays
Browse files Browse the repository at this point in the history
  • Loading branch information
capndesign committed Mar 3, 2010
1 parent e7bc60b commit 48cbcc1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/* These styles are for the tag and help overlays. */

.shortcut-display {
padding: 10px;
background: #eee;
position: fixed;
bottom: 0;
right: 0;
border-top: 1px solid #999;
border-left: 1px solid #999;
-moz-box-shadow: #666 2px 2px 10px;
-webkit-box-shadow: #666 2px 2px 10px;
z-index: 9999;
}

#shortcut-help li {
color: #555;
margin-bottom: .25em;
}

#shortcut-help h3 {
margin-bottom: .5em;
font-size: 1.5em;
font-weight: normal;
}

0 comments on commit 48cbcc1

Please sign in to comment.