diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index c151c76..0d39a05 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -731,6 +731,19 @@ footer .socbuts a:hover{ position: absolute; right: 0; } +.oldsite a{ + color: #fff; + text-transform: uppercase; + border: 2px solid #fff; + width: 100%; + text-align: center; + padding-top: 7px; + padding-bottom: 6px; +} +.oldsite a:hover{ + border:2px solid black; + background-color:black; +} .showroom img{width:100%;max-width:700px;margin:25px auto; margin-bottom: 50px;padding-top:1px;} .no_btm{margin-bottom: 0!important;padding-bottom: 0!important;} .no_top{margin-top: 0!important;padding-top: 0!important;} -- libgit2 0.21.4