aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap-theme.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-08 01:02:59 -0700
committerMark Otto <[email protected]>2014-07-08 01:02:59 -0700
commit413750a03c5cde563f0378167698be65f3856d7c (patch)
treece44e22f2ad06319aa78ff42a200e4c5dcfe3257 /dist/css/bootstrap-theme.css
parentdae5ec5416b16cc32c4f7caf3ba7e86de20e39f5 (diff)
downloadbootstrap-413750a03c5cde563f0378167698be65f3856d7c.tar.xz
bootstrap-413750a03c5cde563f0378167698be65f3856d7c.zip
rems: code
Diffstat (limited to 'dist/css/bootstrap-theme.css')
-rw-r--r--dist/css/bootstrap-theme.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/css/bootstrap-theme.css b/dist/css/bootstrap-theme.css
index d04d2d801..b1938e7ee 100644
--- a/dist/css/bootstrap-theme.css
+++ b/dist/css/bootstrap-theme.css
@@ -219,7 +219,7 @@
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
- border-radius: 4px;
+ border-radius: .2rem;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
@@ -360,7 +360,7 @@
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group {
- border-radius: 4px;
+ border-radius: .2rem;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}