summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-10 22:17:27 +0400
committerAndrew Dolgov <[email protected]>2013-07-10 22:17:27 +0400
commitb532ef24edb5b733a7717cebe68e5e95dc3bcffe (patch)
treebf7943700531adc872dd0d97539df2e141944a4b /css
parentd095f42fa479aba61f23eb2f7520b2bdab8f0020 (diff)
floating title: fix feed styling
Diffstat (limited to 'css')
-rw-r--r--css/cdm.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/cdm.css b/css/cdm.css
index 2d0797db3..475aac143 100644
--- a/css/cdm.css
+++ b/css/cdm.css
@@ -278,6 +278,12 @@ div#floatingTitle div.hlFeed {
white-space : nowrap;
}
+div#floatingTitle div.hlFeed a {
+ border-radius : 4px;
+ display : inline-block;
+ padding : 1px 4px 1px 4px;
+}
+
div#floatingTitle span.updated {
padding-right : 10px;
white-space : nowrap;