From 72cd067341bff0aaabbd2b3bdff25505b77282ee Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Tue, 17 Sep 2013 09:17:09 +0100 Subject: [PATCH] Settings screen 10px taller --- lib/settings-screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/settings-screen.css b/lib/settings-screen.css index 60679ff..ec3f9b5 100644 --- a/lib/settings-screen.css +++ b/lib/settings-screen.css @@ -28,7 +28,7 @@ h1 {font-size: 36px; font-weight: normal; color: #888; margin-bottom: 20px} h2 {font-size: 18px; font-weight: normal; color: #fff} .settings {font-family: arial, verdana, helvetica, sans-serif; background-color: #1c1c19; color: #fff} -.settings .infoPane {position: relative; width: 230px; height: 560px; font-size: 10px; color: #bbb; background-color: #fff; padding: 20px; float: left} +.settings .infoPane {position: relative; width: 230px; height: 570px; font-size: 10px; color: #bbb; background-color: #fff; padding: 20px; float: left} .settings .infoPane a {color: #888; text-decoration: none} .settings .infoPane a:hover {text-decoration: underline} .settings .logo {position: relative; margin-top: 2px}