diff options
| author | Mark Otto <[email protected]> | 2012-07-17 19:54:29 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-17 19:54:29 -0700 |
| commit | 4008d666a5e8c78766a68811b08f9b8500b1fc8e (patch) | |
| tree | 5c5db1f3adf4a6ebd262795c6c4e9b7b01644844 /docs/assets/css/docs.css | |
| parent | 16fa610ea4303438e2c3f07759178803e8bc889c (diff) | |
| download | bootstrap-4008d666a5e8c78766a68811b08f9b8500b1fc8e.tar.xz bootstrap-4008d666a5e8c78766a68811b08f9b8500b1fc8e.zip | |
new pattern for masthead
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index a3ca5850e..761dc9686 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 { |
