aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-10-20 19:55:56 -0700
committerMark Otto <[email protected]>2013-10-20 19:55:56 -0700
commit369f5ba760993001fe6c4cc56ee3cf0327c3395d (patch)
treec462c6071aa0601fa505df6ab82292991103f19b /dist/css/bootstrap.css
parentdd34102cb6bb601c3103f2c74804d2382271c0e1 (diff)
parent976f6dfdad663e43237a3da07cb64a41932f264e (diff)
downloadbootstrap-369f5ba760993001fe6c4cc56ee3cf0327c3395d.tar.xz
bootstrap-369f5ba760993001fe6c4cc56ee3cf0327c3395d.zip
Merge branch 'master' of https://github.com/jeonghwan-kim/bootstrap into jeonghwan-kim-master
Conflicts: dist/css/bootstrap.min.css
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 4d49328bd..c8ff1ff18 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -4413,7 +4413,6 @@ textarea.input-group-sm > .input-group-btn > .btn {
position: fixed;
right: 0;
left: 0;
- border-width: 0 0 1px;
}
@media (min-width: 768px) {
@@ -4426,11 +4425,13 @@ textarea.input-group-sm > .input-group-btn > .btn {
.navbar-fixed-top {
top: 0;
z-index: 1030;
+ border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
+ border-width: 1px 0 0;
}
.navbar-brand {