diff options
| author | Mark Otto <[email protected]> | 2011-09-16 10:51:44 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-16 10:51:44 -0700 |
| commit | e8d9eb264c3ba8c263d37259f65eece7247b00b9 (patch) | |
| tree | c6d6cac4266f0c618329eace3c026eae127cd037 /examples/container-app.html | |
| parent | 29033316e414748862b28eb69dfc2a6e71bd15b1 (diff) | |
| download | bootstrap-e8d9eb264c3ba8c263d37259f65eece7247b00b9.tar.xz bootstrap-e8d9eb264c3ba8c263d37259f65eece7247b00b9.zip | |
update alert message for ie7 to adjust dismiss icon, update example pages to clean up a few things from testing
Diffstat (limited to 'examples/container-app.html')
| -rw-r--r-- | examples/container-app.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/container-app.html b/examples/container-app.html index 6432ecf0d..75328e645 100644 --- a/examples/container-app.html +++ b/examples/container-app.html @@ -78,7 +78,7 @@ <div class="topbar"> <div class="fill"> <div class="container"> - <h3><a href="#">Project name</a></h3> + <a class="brand" href="#">Project name</a> <ul class="nav"> <li class="active"><a href="#">Home</a></li> <li><a href="#about">About</a></li> |
