From: Svante B Date: Tue, 23 Feb 2016 09:42:42 +0000 (+0000) Subject: updated style X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/commitdiff_plain/ebee5e25c26dc75dfa285764e4759d85a6f6a34b updated style --- diff --git a/static/css/style.css b/static/css/style.css index 9d45f0918..7e08e0e91 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -27,7 +27,7 @@ body { } a { - color: #000; + color: rgb(66,139,202); text-decoration: none; } @@ -72,7 +72,9 @@ a { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; - fkex-wrap: nowrap; + -webkit-flex-wrap: nowrap; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; } .nlink { @@ -263,7 +265,7 @@ a.hchild:active { .footer { background: rgb(238,238,238); color: rgba(51,51,51,.9); - margin-top: 0em; + margin-top: 1em; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -340,9 +342,7 @@ a.hchild:active { display: -webkit-flex; display: -ms-flexbox; display: flex; - position: fixed; - bottom: 0; - width: 100vw; + height: 31px; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; @@ -355,7 +355,6 @@ a.hchild:active { -ms-flex-align: center; align-items: center; background: rgba(170,178,171,.5); - height: 31px; color: rgba(0,0,0,.8); } @@ -365,4 +364,11 @@ a.copyright { margin-top: 0; margin-left: .5em; margin-right: .5em; +} + +.copyright p { + margin-bottom: 0; + margin-top: 0; + margin-left: .5em; + margin-right: .5em; } \ No newline at end of file