소스 검색

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;