0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-02 14:24:19 +01:00

Fix up .brand in navbar of docs

This commit is contained in:
Mark Otto 2013-01-12 20:10:42 -08:00
parent 01db5db2f6
commit 0b31cfc90e

View File

@ -28,12 +28,7 @@ h3 code {
/* Change the docs' brand */ /* Change the docs' brand */
body > .navbar .brand { body > .navbar .brand {
padding-right: 0;
padding-left: 0;
margin-left: 20px;
float: right;
font-weight: bold; font-weight: bold;
color: #000;
-webkit-transition: all .2s linear; -webkit-transition: all .2s linear;
-moz-transition: all .2s linear; -moz-transition: all .2s linear;
transition: all .2s linear; transition: all .2s linear;