diff options
Diffstat (limited to 'juick-www')
-rw-r--r-- | juick-www/src/main/static/style.css | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index f1a84ceb..639174c3 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -332,8 +332,8 @@ article .tags { margin-top: 3px; } .msg-tags { - margin-top: 5px; - min-height: 30px; + margin-top: 12px; + min-height: 1px; } article .tags > a, .msg-tags > a { @@ -383,7 +383,6 @@ article .tags > a, border-right: 5px solid #0C0; } .msg-ts { - float: right; font-size: small; vertical-align: top; } @@ -510,13 +509,6 @@ article .tags > a, } @media screen and (max-width: 480px) { - .msg-ts { - float: none; - } - .msg-tags { - margin-top: 10px; - min-height: 1px; - } .msg-txt { padding-top: 5px; } |