aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-06-29 15:51:27 -0700
committerMark Otto <[email protected]>2011-06-29 15:51:27 -0700
commit936d7acb31d4f765638630a8c78c81ee9de57801 (patch)
tree3f1428cdca7064b58f6d541ae997537a5af62df0 /docs/assets/css/docs.css
parent025f74ef93fadf1f2615789e4560ebf420bf3d6f (diff)
downloadbootstrap-936d7acb31d4f765638630a8c78c81ee9de57801.tar.xz
bootstrap-936d7acb31d4f765638630a8c78c81ee9de57801.zip
trying out new doc style stuff
Diffstat (limited to 'docs/assets/css/docs.css')
-rw-r--r--docs/assets/css/docs.css34
1 files changed, 33 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 96cb579f3..bb32853ff 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -34,12 +34,14 @@ section {
}
#masthead h1,
#footer h1,
+#masthead h4,
+#footer h4,
#masthead p,
#footer p,
#masthead small,
#footer small {
color: #fff;
- text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
+ text-shadow: 0 1px 1px rgba(0,0,0,.3);
}
#masthead {
margin-top: 40px;
@@ -86,6 +88,36 @@ section {
#masthead small a {
color: #fff;
}
+div.quick-start {
+ background-color: rgba(0,0,0,.25);
+ padding: 18px 20px;
+ margin: 27px 0 -36px;
+}
+div.quick-start h4,
+div.quick-start p,
+div.quick-start form {
+ float: left;
+}
+#masthead div.quick-start p {
+ margin-bottom: 0;
+ font-size: 14px;
+ line-height: 27px;
+ color: rgba(255,255,255,.5);
+}
+div.quick-start p a {
+ color: #fff;
+}
+div.quick-start form {
+ margin-bottom: 0;
+ padding: 0 10px;
+}
+div.quick-start form input {
+ width: 530px;
+ border: none;
+ padding: 3px 5px;
+ height: 21px;
+ line-height: 21px;
+}
#footer {
margin-top: 80px;
}