From 112f892870e1566dc8b6333a3413304db1e6f936 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Mon, 24 Oct 2016 17:21:34 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+), 0 deletions(-) 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