From 0865e6196e6570e211bc47d9d52f7e37326bf1ce Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 29 Aug 2016 13:10:08 +0300 Subject: fix tag styling --- juick-www/src/main/static/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (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 98f3a01b..ef5b5799 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -77,7 +77,14 @@ article textarea { width: 530px; padding: 2px; resize: vertical; vertical-align: article input { width: 50px; margin-left: 6px; vertical-align: top; border: 1px solid #CCC; background: #EEE; color: #999; } article .tags { margin-top: 3px; } .msg-tags { margin-top: 5px; } -article .tags>a, .msg-tags>a { display: inline-block; margin-bottom: 5px; margin-right: 5px; padding: 0 10px; background: #e5e5e0; font-size: 10pt; } +article .tags>a, .msg-tags>a { + display: inline-block; + margin-bottom: 5px; + margin-right: 5px; + padding: 0 10px; + border: 1px dotted #ccc; + color: #222; +} #yandex_ad_728 { width: 728px; height: 90px; margin: 20px 0; padding: 15px 0; background: #FFF; } .adslot1 { display: inline-block; width: 320px; height: 90px; } -- cgit v1.2.3