瀏覽代碼

Add CSS numbering on user query list

Alexis Degrugillier 11 年之前
父節點
當前提交
afe51884d9
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      p/themes/base-theme/template.css

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

@@ -499,7 +499,8 @@ a.btn {
 	text-overflow: ellipsis;
 	overflow: hidden;
 }
-.flux .item.share > a {
+.flux .item.share > a,
+.item.query > a {
 	display: list-item;
 	list-style-position: inside;
 	list-style-type: decimal;