diff --git a/themepacks/openvk_modern/stylesheet.css b/themepacks/openvk_modern/stylesheet.css index 56dc1fb5..1293b8cc 100644 --- a/themepacks/openvk_modern/stylesheet.css +++ b/themepacks/openvk_modern/stylesheet.css @@ -107,7 +107,7 @@ body { border-bottom: solid 1px #EEE5B8; } -.page-wrap { +.page_wrap { border-bottom: solid 1px #fff; border-left: solid 1px #fff; border-right: solid 1px #fff; @@ -118,11 +118,6 @@ body { border-left: solid 1px #EEE5B8; } -#wrapH { - border-right: solid 1px #fff; - border-left: solid 1px #fff; -} - .menu_divider { background: #E5E5E5; } @@ -150,6 +145,10 @@ input[type~="search"], textarea, select { border: 1px solid #E5E5E5; } +.summaryBar { + border-bottom: #fff solid 1px; +} + .page_footer .link:hover { border-top: 0px; }