aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/web/static/style.css')
-rw-r--r--cmd/web/static/style.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/cmd/web/static/style.css b/cmd/web/static/style.css
index 1ba682b..6725ca9 100644
--- a/cmd/web/static/style.css
+++ b/cmd/web/static/style.css
@@ -25,9 +25,6 @@ a:focus {
25 color: inherit; 25 color: inherit;
26} 26}
27 27
28i.cc {
29}
30
31#logo { 28#logo {
32 text-align: center; 29 text-align: center;
33 display: inline-block; 30 display: inline-block;
@@ -39,6 +36,10 @@ i.cc {
39 vertical-align: middle; 36 vertical-align: middle;
40} 37}
41 38
39.panel-title i {
40 font-size: 1.3em;
41}
42
42#header { 43#header {
43 margin-top: 20px; 44 margin-top: 20px;
44 margin-bottom: 30px; 45 margin-bottom: 30px;
@@ -54,6 +55,10 @@ h1 {
54 margin-top: 5px; 55 margin-top: 5px;
55} 56}
56 57
58i {
59 font-size: 1.1em;
60}
61
57.performance-up { 62.performance-up {
58 color: green; 63 color: green;
59} 64}