summaryrefslogtreecommitdiff
path: root/css/tt-rss.less
diff options
context:
space:
mode:
Diffstat (limited to 'css/tt-rss.less')
-rwxr-xr-xcss/tt-rss.less8
1 files changed, 8 insertions, 0 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less
index 1d87c50a8..db3e2137c 100755
--- a/css/tt-rss.less
+++ b/css/tt-rss.less
@@ -236,6 +236,7 @@ body.ttrss_main {
img {
vertical-align : middle;
}
+
.left, .right {
display : flex;
@@ -259,6 +260,13 @@ body.ttrss_main {
text-overflow : ellipsis;
}
+ span.author {
+ white-space : nowrap;
+ color : @default-text;
+ font-size : 11px;
+ font-weight : normal;
+ }
+
div.right {
text-align : right;
}