summaryrefslogtreecommitdiff
path: root/themes/light/cdm.less
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light/cdm.less')
-rw-r--r--themes/light/cdm.less22
1 files changed, 8 insertions, 14 deletions
diff --git a/themes/light/cdm.less b/themes/light/cdm.less
index 71288b023..e2cbd5c60 100644
--- a/themes/light/cdm.less
+++ b/themes/light/cdm.less
@@ -59,23 +59,17 @@
}
.feed {
- float: right;
- font-weight: normal;
- font-style: italic;
-
- a {
- border-radius : 4px;
- display : inline-block;
- padding : 1px 4px 1px 4px;
- }
- }
-
- .feed, .feed a {
- vertical-align: middle;
- color: @default-text;
font-weight: normal;
font-style: italic;
font-size: @font-size-small;
+ display : inline-block;
+ max-width : 25%;
+ overflow : hidden;
+ text-overflow : ellipsis;
+ border-radius : 4px;
+ padding : 1px 4px;
+ margin-right : 4px;
+ color: @default-text;
}
.author {