diff options
author | Igor Ustyugov | 2016-08-25 11:34:43 +0500 |
---|---|---|
committer | Igor Ustyugov | 2016-08-25 11:34:43 +0500 |
commit | ccdc37c7dc3ea029be7957fcb77910455928f680 (patch) | |
tree | d0318feb36234deab04ee10795a5e0a3bd66f1c1 /juick-www/src/main/static/style.css | |
parent | dd132c3ef780200aebe3939f9249879495212d8a (diff) |
Tags to bottom
Diffstat (limited to 'juick-www/src/main/static/style.css')
-rw-r--r-- | juick-www/src/main/static/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |