diff options
-rw-r--r-- | themes/seven/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/seven/style.css b/themes/seven/style.css index eaf340172..697b89678 100644 --- a/themes/seven/style.css +++ b/themes/seven/style.css @@ -346,6 +346,11 @@ ul.secondary li.active a.active { background: #999; } +#block-system-main ul.links li, +#block-system-main ul.inline li { + padding-right: 1em; +} + #block-system-main ul.menu li a { background: #f8f8f8; color: #05a; |