mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
remove border on bottom toolbar; fix hacky spacing of top elements
This commit is contained in:
parent
f3f90842dc
commit
06fcccaf44
3 changed files with 2 additions and 3 deletions
|
@ -44,7 +44,6 @@ class Toolbar:
|
|||
buf += '''
|
||||
<a class=hitem title="%s" href=# onclick="pycmd('%s')">%s</a>''' % (
|
||||
title, ln, name)
|
||||
buf += " "*3
|
||||
return buf
|
||||
|
||||
# Link handling
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#header {
|
||||
border-bottom: 0;
|
||||
border-top: 1px solid #aaa;
|
||||
margin-bottom: 6px;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
|
@ -20,7 +20,8 @@ body {
|
|||
}
|
||||
|
||||
.hitem {
|
||||
padding-right: 6px;
|
||||
padding-right: 12px;
|
||||
padding-left: 12px;
|
||||
text-decoration: none;
|
||||
color: #000;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue