aboutsummaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index b1d6e624..c384a0e8 100644
--- a/styles.css
+++ b/styles.css
@@ -1,3 +1,8 @@
1body .jumbotron {
2 background-color: white;
3}
4
5
1.lang-slector { 6.lang-slector {
2 float: right; 7 float: right;
3 padding-top: 2mm; 8 padding-top: 2mm;
@@ -28,3 +33,8 @@ html {
28 margin-left:5px; 33 margin-left:5px;
29 margin-top: 8px; 34 margin-top: 8px;
30} 35}
36
37#mybody {
38 /* override ugly bootstrap defaults */
39 color: black;
40}