witten
/
luminotes
Archived
1
0
Fork 0

Reducing font size of upload pulldown text to match the smaller font size of other pulldowns.

This commit is contained in:
Dan Helfman 2008-07-15 15:05:42 -07:00
parent f5f54738f3
commit 8cb5750ca9
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ html, body {
background-color: #ffff99;
}
body {
font-size: 72%;
}
form {
margin-bottom: 0.5em;
}