diff options
-rw-r--r-- | local.scss | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -68,7 +68,9 @@ FORM#searchform { div.pageheader div.actions { background-color: LightBlue; - border-bottom: 0 none; + ul { + border-bottom: none; + } } div.actions ul { |