From 0a00051d30184c94a666638f66f1d145df855995 Mon Sep 17 00:00:00 2001 From: horus_arch Date: Mon, 18 May 2015 14:38:35 +0200 Subject: Add tos, privacy policy, noscript alert and updated the mailgraph html. --- static/css/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'static/css') diff --git a/static/css/style.css b/static/css/style.css index 4504e38..10666ba 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -70,3 +70,19 @@ body { .italic { font-style: italic; } +@media (min-width:570px){ + .lg-pull-right { + float: right !important; + } + .sm-display { + display: none; + } +} +@media (max-width:580px){ + .footer { + height: 60px; + } + .sm-diplay { + display: inline !important; + } +} -- cgit v1.2.3