]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix up .brand in navbar of docs
authorMark Otto <otto@github.com>
Sun, 13 Jan 2013 04:10:42 +0000 (20:10 -0800)
committerMark Otto <otto@github.com>
Sun, 13 Jan 2013 04:10:42 +0000 (20:10 -0800)
docs/assets/css/docs.css

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