aboutsummaryrefslogtreecommitdiff
path: root/juick-www
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-08-29 13:10:08 +0300
committerGravatar Vitaly Takmazov2016-08-29 13:10:08 +0300
commit0865e6196e6570e211bc47d9d52f7e37326bf1ce (patch)
treed80af185897efc2afd1aa2beba59cba4bf5d0d77 /juick-www
parentbf2d92ffa9649eda2cf585b6291d353a83301ad7 (diff)
fix tag styling
Diffstat (limited to 'juick-www')
-rw-r--r--juick-www/src/main/static/style.css9
1 files changed, 8 insertions, 1 deletions
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; }