diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-06-13 15:25:33 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-06-13 15:25:33 +0000 |
commit | dcbc21e9680c54adc831b71cd1d22d3e680e03b0 (patch) | |
tree | 3680129b872dbd509c4cdb1c05cb6d92e40c011e /h-source/Public | |
parent | 527b6fd83ec10f172a8595ab8eea72489cbe0833 (diff) |
administrators can now see the list of hidden pages
Diffstat (limited to 'h-source/Public')
-rw-r--r-- | h-source/Public/Css/main.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css index a0217cd..6e0b548 100644 --- a/h-source/Public/Css/main.css +++ b/h-source/Public/Css/main.css @@ -1786,10 +1786,12 @@ span.entry_label_small { margin:0px; padding:0px; + margin-left:15px; } #admin_box ul li, #moderator_box ul li { - list-style-type:none; +/* list-style-type:none; */ + padding:5px 0px; } #admin_box ul li a, #moderator_box ul li a { |