From a89442e28240af4a4032bcc08e450c7c2a426631 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sat, 16 Jun 2018 12:14:16 -0700 Subject: control style changes --- static/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 4fce014..8956e97 100644 --- a/static/style.css +++ b/static/style.css @@ -58,8 +58,12 @@ h1, h2, h3, h4, h5, #controls { } #controls li { + width: 100%; list-style: none; margin-left: 0; + text-align: center; + margin-top: 10px; + background-color: whitesmoke; } h2 { @@ -205,10 +209,11 @@ button { font-family: 'Helvetica Neue'; font-size: 16px; padding: 3px 10px; - background: white; + background: whitesmoke; color: blue; font-weight: bold; - border: solid 1px #ccc; + border: none; + width: 100%; } -- cgit v1.2.3