aboutsummaryrefslogtreecommitdiff
path: root/docs/assets
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-16 18:45:11 -0700
committerMark Otto <[email protected]>2011-10-16 18:45:11 -0700
commit1888511d676ced8f30743cc5b540f02257314bde (patch)
treee314f9643060b126819835b26ae0998841ff3096 /docs/assets
parent2a82b38cff142ec86a6e1dc4f9366205260d262d (diff)
downloadbootstrap-1888511d676ced8f30743cc5b540f02257314bde.tar.xz
bootstrap-1888511d676ced8f30743cc5b540f02257314bde.zip
updated docs to include quick links and twitter buttons, added updated blueprint pattern to background
Diffstat (limited to 'docs/assets')
-rw-r--r--docs/assets/css/docs.css51
-rw-r--r--docs/assets/img/grid-18px-masked.pngbin0 -> 1621 bytes
2 files changed, 40 insertions, 11 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 01b6f3cd7..ee0b9c8a3 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -9,8 +9,10 @@
-------------------------------------------------- */
body {
position: relative;
- padding-top: 100px;
+ padding-top: 90px;
background-color: #fff;
+ background-image: url(../img/grid-18px-masked.png);
+ background-repeat: repeat-x;
}
section {
padding-top: 60px;
@@ -35,9 +37,6 @@ section > .row {
-------------------------------------------------- */
.jumbotron {
position: relative;
- padding-bottom: 58px;
- margin-bottom: 50px;
- border-bottom: 2px solid #eee;
}
.jumbotron h1,
.jumbotron p {
@@ -57,23 +56,22 @@ section > .row {
.jumbotron .lead {
margin-bottom: 20px;
font-size: 25px;
- line-height: 35px;
-}
-.jumbotron p a {
- font-weight: bold;
+ line-height: 36px;
}
.jumbotron .btn {
font-size: 20px;
- padding: 12px 24px;
+ padding: 14px 24px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
+
+/* Benefits list in masthead */
.benefits {
width: 250px;
position: absolute;
right: 0;
- bottom: 60px;
+ bottom: 0;
}
.benefits ul {
list-style: none;
@@ -82,7 +80,7 @@ section > .row {
.benefits li {
font-size: 16px;
font-weight: 300;
- line-height: 40px;
+ line-height: 35px;
color: #555;
}
.benefits li + li {
@@ -127,6 +125,37 @@ section > .row {
}
+/* Quick links
+-------------------------------------------------- */
+.quick-links {
+ padding: 5px 20px;
+ margin: 60px 0;
+ list-style: none;
+ text-align: center;
+ background-color: #eee;
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
+}
+.quick-links li {
+ display: inline;
+ margin: 0 5px;
+ line-height: 30px;
+}
+.quick-links .divider {
+ color: #999;
+}
+.quick-links strong {
+ font-weight: normal;
+ color: #999;
+}
+.quick-links .tweet-btn,
+.quick-links .follow-btn {
+ position: relative;
+ top: 5px;
+}
+
+
/* Footer
-------------------------------------------------- */
.footer {
diff --git a/docs/assets/img/grid-18px-masked.png b/docs/assets/img/grid-18px-masked.png
new file mode 100644
index 000000000..e531d5bc4
--- /dev/null
+++ b/docs/assets/img/grid-18px-masked.png
Binary files differ