فهرست منبع

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;
 	text-overflow: ellipsis;
 	overflow: hidden;
 	overflow: hidden;
 }
 }
-.flux .item.share > a {
+.flux .item.share > a,
+.item.query > a {
 	display: list-item;
 	display: list-item;
 	list-style-position: inside;
 	list-style-position: inside;
 	list-style-type: decimal;
 	list-style-type: decimal;