Преглед на файлове

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;