mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
tweak hr appearance
This commit is contained in:
parent
8e7ed0acc9
commit
2897f0a54a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ _css = """
|
|||
body { background-color: #eee; }
|
||||
#outer { margin-top: 1em; }
|
||||
.sub { color: #555; }
|
||||
hr { margin: 5 0 5 0; }
|
||||
hr { margin:5 0 5 0; border:0; height:1px; background-color:#ddd; }
|
||||
a:hover { background-color: #aaa; }
|
||||
a { color: #000; text-decoration: none; }
|
||||
.num { text-align: right; padding: 0 5 0 5; }
|
||||
|
|
Loading…
Reference in a new issue