From 8cb5750ca9af0d00d0e342ba3481afa7c0a57e2d Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 15 Jul 2008 15:05:42 -0700 Subject: [PATCH] Reducing font size of upload pulldown text to match the smaller font size of other pulldowns. --- static/css/upload.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/upload.css b/static/css/upload.css index 33abd8e..787ecea 100644 --- a/static/css/upload.css +++ b/static/css/upload.css @@ -6,6 +6,10 @@ html, body { background-color: #ffff99; } +body { + font-size: 72%; +} + form { margin-bottom: 0.5em; }