diff --git a/style.css b/style.css index 7dcedbf..a0603e2 100644 --- a/style.css +++ b/style.css @@ -89,11 +89,14 @@ form#searchform input#searchsubmit { background-color: #b2b2b2; padding: 5px 15px 5px !important; color: #000000; + } + #gMenu .menu > li > a { border-radius: 5px 5px 0 0; } #gMenu .menu li a strong { font-weight: bold !important; } + #gMenu .menu li.current_page_parent > a, #gMenu .menu li.current_page_item > a, #gMenu .menu li > a:hover { background-color: #444444 !important; @@ -111,7 +114,8 @@ form#searchform input#searchsubmit { border-bottom: none !important; box-shadow: none !important; } -#topFreeArea::after { +#topFreeArea::after, +#container::after { content: ""; display: block; clear: both;