From ccdc37c7dc3ea029be7957fcb77910455928f680 Mon Sep 17 00:00:00 2001 From: Igor Ustyugov Date: Thu, 25 Aug 2016 11:34:43 +0500 Subject: Tags to bottom --- juick-www/src/main/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'juick-www/src/main/static/style.css') diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index 0ec4b778..45da064c 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -10,7 +10,7 @@ hr { height: 1px; background: #CCC; margin: 10px 0; } pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; } span.u { text-decoration: underline; } -#content { width: 728px; margin: 15px 0 0 286px; } +#content { width: 728px; /*margin: 15px 0 0 286px;*/ margin: 25px 0 0 0; float: right; } #topwrapper { position: relative; clear: both; } /********/ @@ -227,7 +227,7 @@ q { border-left: 1px dashed #CCC; margin: 10px 0 10px 10px; padding-left: 10px; @media screen and (max-width: 850px) { body { text-size-adjust: 100%; -webkit-text-size-adjust: 100%;} - body,body>header,#topwrapper,#content,#footer,#mtoolbar { width: auto; min-width: 310px; margin: 0 auto; } + body,body>header,#topwrapper,#content,#footer,#mtoolbar { width: auto; min-width: 310px; margin: 0 auto; float: none;} body>header { margin-bottom: 15px; } body>header a { font-size: 12pt; } -- cgit v1.2.3