diff options
| author | Mark Otto <[email protected]> | 2013-05-08 22:51:44 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-08 22:51:44 -0700 |
| commit | e5e5f6616c036bde1fd142c6721e1c5066c11d64 (patch) | |
| tree | a344c3ae2ffc01ed5719f71195ef86f96e6a903c /docs/_layouts/default.html | |
| parent | 67b7a2fc34431a5db19a906328d772e5fc1af814 (diff) | |
| download | bootstrap-e5e5f6616c036bde1fd142c6721e1c5066c11d64.tar.xz bootstrap-e5e5f6616c036bde1fd142c6721e1c5066c11d64.zip | |
.bs-docs-header to .bs-header
Diffstat (limited to 'docs/_layouts/default.html')
| -rw-r--r-- | docs/_layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index bc9794c5b..0a73d15b2 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -11,7 +11,7 @@ {% include nav-main.html %} <!-- Docs page layout --> - <div class="bs-docs-header"> + <div class="bs-header"> <div class="container"> <h1>{{ page.title }}</h1> <p>{{ page.lead }}</p> |
