瀏覽代碼

Enlarge the .item.date to contain larger date

I know it's not the best solution, a dynamic width would be the best but there
are some CSS constraints. I don't want to spend my time on this problem ;)

Fix https://github.com/FreshRSS/FreshRSS/issues/756
Marien Fressinaud 11 年之前
父節點
當前提交
9e40639495
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      p/themes/base-theme/template.css

+ 1 - 1
p/themes/base-theme/template.css

@@ -485,7 +485,7 @@ a.btn {
 	text-decoration: none;
 }
 .flux .item.date {
-	width: 145px;
+	width: 155px;
 	text-align: right;
 	overflow: hidden;
 }