aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css9
1 files changed, 7 insertions, 2 deletions
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%;
}