diff options
| author | 2014-11-01 09:58:06 -0400 | |
|---|---|---|
| committer | 2014-11-01 09:58:06 -0400 | |
| commit | afe51884d9258e26a3aecfe422e69ede9f86fa7e (patch) | |
| tree | 6306e16174afbaebf12e3b4cf327fc0ba7d2a452 /p | |
| parent | 724e13f0a6419b046b33da71e66058e279551edd (diff) | |
Add CSS numbering on user query list
Diffstat (limited to 'p')
| -rw-r--r-- | p/themes/base-theme/template.css | 3 |
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; |
