aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.css
diff options
context:
space:
mode:
authorJulian Thilo <[email protected]>2013-05-23 02:30:58 +0200
committerJulian Thilo <[email protected]>2013-05-23 02:30:58 +0200
commit52a348aa3f5e06e6429f386002f653dac7a35a99 (patch)
tree73f5ace4a5189552836147fa9320c88011ecaa0c /docs/assets/css/docs.css
parent7cbec6e89a0f8a14afe2e601159ecc6a52062205 (diff)
downloadbootstrap-52a348aa3f5e06e6429f386002f653dac7a35a99.tar.xz
bootstrap-52a348aa3f5e06e6429f386002f653dac7a35a99.zip
Bring the customizer up to speed
I reworked the customizer to match the new docs layout and include all newly added variables, etc. Would be glad to keep an eye on Customize and update it as v3 changes. Help blocks in my new version need some more work, too, so this is just a basis.
Diffstat (limited to 'docs/assets/css/docs.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
-------------------------------------------------- */