diff --git a/html/style-classic7.css b/html/style-classic7.css index 239eaa5d8..434d39c97 100644 --- a/html/style-classic7.css +++ b/html/style-classic7.css @@ -808,6 +808,12 @@ div.topmenu { font-size:1rem; } +.topmenu table { + border-collapse:separate; + border-spacing:1px; + +} + @media only screen and (max-width:320px) { div.topmenu { margin-top: 44px; @@ -1257,6 +1263,10 @@ div.menu2 a.mtitle:hover,div.menu a.mtitle:hover,td.mtitle a.mtitle:hover { div.menu2 a.mtitle:hover { border-radius: 0px 0px; } +div.menu2 table { + border-collapse: collapse; + border-spacing:1px; +} div.menu3 { font-size:13.6px; font-size:0.80rem;