aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-06 23:34:03 -0800
committerMark Otto <[email protected]>2012-02-06 23:34:03 -0800
commit575b82473f8d248ca3782fa86ce1c92eea03905c (patch)
tree094f66085d4525b6e5a201ab4360d409b33780a6 /docs/assets/css/bootstrap.css
parent85e401a6567e51016357acfe6b01cd5b5c330652 (diff)
downloadbootstrap-575b82473f8d248ca3782fa86ce1c92eea03905c.tar.xz
bootstrap-575b82473f8d248ca3782fa86ce1c92eea03905c.zip
rearrange some of the docs on buttons to show examples of all possible renderings along with code snippets and note about usage; also fix the portrait tablet media query
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 3833da611..188b97036 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -1668,11 +1668,13 @@ table .span12 {
.btn {
display: inline-block;
padding: 4px 10px 4px;
+ margin-bottom: 0;
font-size: 13px;
line-height: 18px;
color: #333333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
+ vertical-align: middle;
background-color: #fafafa;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);