From: Mark Otto Date: Wed, 18 Jul 2012 02:54:29 +0000 (-0700) Subject: new pattern for masthead X-Git-Tag: v2.1.0~2^2~170 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4008d666a5e8c78766a68811b08f9b8500b1fc8e;p=thirdparty%2Fbootstrap.git new pattern for masthead --- diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index a3ca5850e3..761dc9686b 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -105,7 +105,6 @@ hr.soften { -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15), inset 0 -3px 7px rgba(0,0,0,.15); -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15), inset 0 -3px 7px rgba(0,0,0,.15); box-shadow: inset 0 -1px 0 rgba(0,0,0,.15), inset 0 -3px 7px rgba(0,0,0,.15); - } .jumbotron h1 { font-size: 80px; @@ -132,6 +131,24 @@ hr.soften { font-size: 14px; } +/* Pattern overlay +------------------------- */ +.jumbotron .container { + position: relative; + z-index: 2; +} +.jumbotron:after { + content: ''; + display: block; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + background: url(../img/bs-docs-masthead-pattern.png); + opacity: .5; +} + /* Masthead (docs home) ------------------------- */ .masthead { diff --git a/docs/assets/img/bs-docs-masthead-pattern.png b/docs/assets/img/bs-docs-masthead-pattern.png new file mode 100644 index 0000000000..ca0f634588 Binary files /dev/null and b/docs/assets/img/bs-docs-masthead-pattern.png differ