X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fgitweb-theme;a=blobdiff_plain;f=gitweb.css;h=7cb593e011a58d866511fe587d3835e87ff58dab;hp=8c58cad59d130b416372fc56a2b59e01903a407f;hb=e189d61c96325066459c054bd1642d1792794a34;hpb=9ab881649e0c1e4a1c4cc3fff91a59ea52f680e9 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 ---------------------------------------------------------------------------- */