From 3eb8fd52eeaf0f37861325ff1eff195ffc3ffc40 Mon Sep 17 00:00:00 2001 From: Tom Van Looy Date: Sat, 19 Jan 2013 12:40:58 +0100 Subject: [PATCH] style for index_include --- gitweb.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/gitweb.css b/gitweb.css index 8c58cad..7cb593e 100644 --- a/gitweb.css +++ b/gitweb.css @@ -178,6 +178,20 @@ a.rss_logo:hover { background-color: #ee5500; } +/* Index include +---------------------------------------------------------------------------- */ + +.index_include { + width: 95%; + margin: 0 auto 15px; + background: -moz-linear-gradient(center top , #FFFFFF 0%, #F5F5F5 100%) repeat scroll 0 0 transparent; + border: 1px solid #DFDFDF; + padding: 8px; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + /* Elements ---------------------------------------------------------------------------- */ -- 2.30.2