diff options
| author | Mark Otto <[email protected]> | 2013-02-17 18:58:40 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-17 18:58:40 -0800 |
| commit | c6f341bd17f24b1d744e1ec07f6974fd85d8825b (patch) | |
| tree | fc0fa611c6a30828e15e370785e04c3a6877c577 /docs/examples | |
| parent | dba9eea98d84929c701f68e64817e9ad707f739e (diff) | |
| download | bootstrap-c6f341bd17f24b1d744e1ec07f6974fd85d8825b.tar.xz bootstrap-c6f341bd17f24b1d744e1ec07f6974fd85d8825b.zip | |
Refactor some common classes from docs css and examples, then prevent examples from using docs.css
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/jumbotron-narrow.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/examples/jumbotron-narrow.html b/docs/examples/jumbotron-narrow.html index b2c037a9e..c39b5397b 100644 --- a/docs/examples/jumbotron-narrow.html +++ b/docs/examples/jumbotron-narrow.html @@ -31,6 +31,13 @@ title: Narrow page template padding-bottom: 19px; } + /* Custom page footer */ + .footer { + padding-top: 19px; + color: #777; + border-top: 1px solid #e5e5e5; + } + /* Custom container */ .container-narrow { margin: 0 auto; @@ -119,8 +126,6 @@ title: Narrow page template </div> </div> - <hr> - <div class="footer"> <p>© Company 2013</p> </div> |
