1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-19 11:51:23 +02:00

move the .brand from the parent to the a tag in the topbar; fix the moving text in IE7

This commit is contained in:
Mark Otto
2011-09-11 20:00:45 -07:00
parent 6bc867ed5c
commit 2674210ff0
4 changed files with 17 additions and 16 deletions

View File

@@ -40,7 +40,7 @@
<div class="topbar">
<div class="topbar-inner">
<div class="container">
<h3><a href="#">Bootstrap</a></h3>
<a class="brand" href="#">Bootstrap</a>
<ul class="nav">
<li class="active"><a href="#overview">Overview</a></li>
<li><a href="#about">About</a></li>