aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-05-22 21:48:35 -0700
committerMark Otto <[email protected]>2013-05-22 21:48:35 -0700
commit41d2b707ed8a4b75df387269ec788b9b318822de (patch)
tree6d43d4a37500b18cb7fe4b842af241d6cdd7c252 /docs/assets/css
parentbb9d867cf83d6a9aed27f390b844fc02ad13ebc4 (diff)
parent52a348aa3f5e06e6429f386002f653dac7a35a99 (diff)
downloadbootstrap-41d2b707ed8a4b75df387269ec788b9b318822de.tar.xz
bootstrap-41d2b707ed8a4b75df387269ec788b9b318822de.zip
Merge branch '3.0.0-wip' of https://github.com/juthilo/bootstrap-wip into 3.0.0-wip
Diffstat (limited to 'docs/assets/css')
-rw-r--r--docs/assets/css/docs.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 9221cac1b..ddab6ba6a 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -94,6 +94,29 @@ body {
+/* Customize and Download button
+-------------------------------------------------- */
+
+.bs-customize-download {
+ text-align:center;
+}
+.bs-customize-download .btn {
+ margin-top: 5px;
+ margin-bottom: 5px;
+ padding: 18px 24px;
+ font-size: 21px;
+ color: #b94a48;
+ background-color: #fff;
+ border-color: #b94a48;
+}
+.bs-customize-download .btn:hover,
+.bs-customize-download .btn:active {
+ color: #fff;
+ background-color: #b94a48;
+}
+
+
+
/* Docs pages and sections
-------------------------------------------------- */