From b29e8e4947e177aacdb4e6b16853410d264e76a3 Mon Sep 17 00:00:00 2001 From: rylon Date: Fri, 30 May 2014 03:10:51 +0200 Subject: [PATCH] ole fixed css <3 --- sai/page/css/index.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/sai/page/css/index.css b/sai/page/css/index.css index ffbd03a..9344ed1 100644 --- a/sai/page/css/index.css +++ b/sai/page/css/index.css @@ -25,4 +25,16 @@ .carousel-img{ width: 1200px; height: 650px; +} + +.sai_p_modules { + border-left: 3px solid #1C569C; +} +.sai_p_modules:hover { + border-right: 3px solid #1C569C; + border-left: 0; +} +.sai_p_modules:active { + border-right: 3px solid #1C569C; + border-left: 0; } \ No newline at end of file