diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-18 17:40:48 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-18 17:40:48 -0700 |
commit | ad17b0603bfcbb6be54fd4941b6a7ca4195947fc (patch) | |
tree | 7998e10b47a1d1f545c4ea73eb52c9443fbf321f /ext/mixed/css/frame.css | |
parent | 15313de18c54d2d600d838d51bac06678974679f (diff) |
scrolling
Diffstat (limited to 'ext/mixed/css/frame.css')
-rw-r--r-- | ext/mixed/css/frame.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/mixed/css/frame.css b/ext/mixed/css/frame.css index 78108dd5..a425aca8 100644 --- a/ext/mixed/css/frame.css +++ b/ext/mixed/css/frame.css @@ -51,6 +51,11 @@ hr { * Entries */ +.entry { + padding-top: 10px; + padding-bottom: 10px; +} + .tag-default { background-color: #8a8a91; } |