aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-28 18:11:31 -0800
committerMark Otto <[email protected]>2012-01-28 18:11:31 -0800
commit4fa931e403ec3ae2f8f7f690c6c4040365f68ba9 (patch)
treeb1babf3699668256e297aed08d1c3442694d77b9 /docs/assets/css/bootstrap.css
parent06df91ac559686e947c3c1fbfbdd2b7dcfc5a56b (diff)
downloadbootstrap-4fa931e403ec3ae2f8f7f690c6c4040365f68ba9.tar.xz
bootstrap-4fa931e403ec3ae2f8f7f690c6c4040365f68ba9.zip
fix the navbar click and a few jank responsive problems
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index bf1116f53..6916e9361 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -2315,8 +2315,8 @@ button.btn.small, input[type="submit"].btn.small {
display: none;
float: right;
padding: 7px 10px;
- margin-left: 10px;
- margin-right: 10px;
+ margin-left: 5px;
+ margin-right: 5px;
background-color: #2c2c2c;
background-image: -moz-linear-gradient(top, #333333, #222222);
background-image: -ms-linear-gradient(top, #333333, #222222);