1
0
Fork 0

Ever-so-slight download button adjustment

Upper margin was too large (was bugging me terribly)
website
Mike Gerwitz 2012-05-07 00:47:02 -04:00
parent 1a3ccc3c6c
commit b3e59f5b7c
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 2 additions and 2 deletions

View File

@ -241,11 +241,11 @@ span.shell-start {
/** index **/
.btn.download {
float: right;
margin-top: 0.8em;
margin-top: 0.6em;
}
.btn.download .note {
font-size: 0.4em;
font-size: 0.4em;
font-style: italic;
}