Mercurial > public > sg101
changeset 721:378b55b81de3
Tweak admin dashboard links; Chrome started failing with old CSS.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 19 Sep 2013 20:00:10 -0500 |
parents | e0e79451339d |
children | 71d17d267e27 |
files | sg101/templates/admin/base_site.html |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/sg101/templates/admin/base_site.html Thu Sep 19 19:24:56 2013 -0500 +++ b/sg101/templates/admin/base_site.html Thu Sep 19 20:00:10 2013 -0500 @@ -5,14 +5,14 @@ {% block extrastyle %} <style type="text/css"> #dashboard-list { - margin-left: 10px; padding: 0; } #dashboard-list li { float: left; list-style: square inside none; - margin-right: 10px; - margin-bottom: 4px; + margin-right: 1.5em; + margin-bottom: 0.5em; + margin: 0.5em 1.0em 0.5em 1.5em; } </style> {% endblock %}