From 0b89df08ad99ce0631d8051dd16bf0268c90bb87 Mon Sep 17 00:00:00 2001 From: stiffix Date: Mon, 11 Jan 2016 21:55:48 +0100 Subject: [PATCH] Aside border fixed. --- public/css/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 2644a69..51cd40a 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -83,13 +83,16 @@ html { padding-left: 10px; padding-right: 10px; margin: 0 -10px 180px -10px; + border-width: 1px; + border-style: solid; -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(#9a9a9a), to(rgba(0, 0, 0, 0))) 1 100%; -webkit-border-image: -webkit-linear-gradient(bottom, #9a9a9a, rgba(0, 0, 0, 0)) 1 100%; -moz-border-image: -moz-linear-gradient(bottom, #9a9a9a, rgba(0, 0, 0, 0)) 1 100%; -o-border-image: -o-linear-gradient(bottom, #9a9a9a, rgba(0, 0, 0, 0)) 1 100%; border-image: linear-gradient(to top, #9a9a9a, rgba(0, 0, 0, 0)) 1 100%; - border: 1px solid; - border-bottom-color: #9a9a9a; + border-bottom: 1px solid #9a9a9a; + /*border: 1px solid; + border-bottom-color: #9a9a9a;*/ } .side_tabs_top:before, .side_tabs:after {