aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2014-11-01 09:58:06 -0400
committerGravatar Alexis Degrugillier <github@ainw.org> 2014-11-01 09:58:06 -0400
commitafe51884d9258e26a3aecfe422e69ede9f86fa7e (patch)
tree6306e16174afbaebf12e3b4cf327fc0ba7d2a452
parent724e13f0a6419b046b33da71e66058e279551edd (diff)
Add CSS numbering on user query list
-rw-r--r--p/themes/base-theme/template.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index 5ba621415..f696ac237 100644
--- a/p/themes/base-theme/template.css
+++ b/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;