1
0
Fork 0

Improved download button style (padding, font size)

website
Mike Gerwitz 2014-03-14 20:30:41 -04:00
parent 1b1fccf82c
commit e9bdb01877
1 changed files with 5 additions and 2 deletions

View File

@ -187,7 +187,7 @@ body.source #source a {
text-align: center; text-align: center;
text-shadow: black 0px 0px 1px; text-shadow: black 0px 0px 1px;
padding: 0.25em 0.5em; padding: 0.5em;
border: 1px solid #ce5c00; border: 1px solid #ce5c00;
border-radius: 0.25em; border-radius: 0.25em;
@ -289,7 +289,10 @@ span.shell-start {
} }
.btn.download .note { .btn.download .note {
font-size: 0.4em; position: relative;
top: 0.55em;
font-size: 0.45em;
font-style: italic; font-style: italic;
} }