diff options
Diffstat (limited to 'juick-www')
-rw-r--r-- | juick-www/src/main/static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index 6fd2c763..235feb2a 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -520,6 +520,10 @@ article .tags > a, #content .title2 h2 { font-size: 11pt; } + #global li { + padding-left: 6px; + padding-right: 6px; + } .title2-right { line-height: initial; } |