witten
/
luminotes
Archived
1
0
Fork 0

Making buttons within static notes have rounded corners.

This commit is contained in:
Dan Helfman 2009-01-12 17:02:51 -08:00
parent 5eb1aff6a2
commit e007af22a9
1 changed files with 2 additions and 0 deletions

View File

@ -633,6 +633,8 @@ h1 {
}
.static_note_contents .button {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-style: outset;
border-width: 0px;
background-color: #d0e0f0;