diff --git a/aqt/toolbar.py b/aqt/toolbar.py index 8c5b55bcb..03e0d2486 100644 --- a/aqt/toolbar.py +++ b/aqt/toolbar.py @@ -44,7 +44,6 @@ class Toolbar: buf += ''' %s''' % ( title, ln, name) - buf += " "*3 return buf # Link handling diff --git a/web/toolbar-bottom.css b/web/toolbar-bottom.css index 59075c3c1..d8eba5500 100644 --- a/web/toolbar-bottom.css +++ b/web/toolbar-bottom.css @@ -1,6 +1,5 @@ #header { border-bottom: 0; - border-top: 1px solid #aaa; margin-bottom: 6px; margin-top: 0; } diff --git a/web/toolbar.css b/web/toolbar.css index bda02f59d..d5e3b96ba 100644 --- a/web/toolbar.css +++ b/web/toolbar.css @@ -20,7 +20,8 @@ body { } .hitem { - padding-right: 6px; + padding-right: 12px; + padding-left: 12px; text-decoration: none; color: #000; }