diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-05-04 22:13:45 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-05-04 22:13:45 +0200 |
commit | 90cf238019a06e4f76a4523e9f78243edd3c14f6 (patch) | |
tree | bf497a717ff35a3b486af2d10f386cd34d7d16a5 | |
parent | 97cb1089377681aa0f7b1c14aa86e00be4ce6ca6 (diff) | |
download | volse-hubzilla-90cf238019a06e4f76a4523e9f78243edd3c14f6.tar.gz volse-hubzilla-90cf238019a06e4f76a4523e9f78243edd3c14f6.tar.bz2 volse-hubzilla-90cf238019a06e4f76a4523e9f78243edd3c14f6.zip |
fix too big buttons in wiki list
-rw-r--r-- | view/css/mod_wiki.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/css/mod_wiki.css b/view/css/mod_wiki.css index e0b02b414..998b932db 100644 --- a/view/css/mod_wiki.css +++ b/view/css/mod_wiki.css @@ -33,7 +33,7 @@ width: 100%; } -td i { +td > i { padding: 7px 5px; cursor: pointer; } @@ -68,4 +68,4 @@ code { #wiki-content-container code { background: #F5F5F5; -}
\ No newline at end of file +} |