aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-24 16:07:30 -0800
committerMark Otto <[email protected]>2012-01-24 16:07:30 -0800
commit8ff621aa26dee69088b527089cdd719bce68be31 (patch)
treea5727e15d23a12b12f30d8eb8a59f7f241e1324c /docs/assets/css/docs.css
parent58f7fd308a5c4511cf9a10a12c89d550c469b3f1 (diff)
downloadbootstrap-8ff621aa26dee69088b527089cdd719bce68be31.tar.xz
bootstrap-8ff621aa26dee69088b527089cdd719bce68be31.zip
fix broken index page heading, update variables and less pages
Diffstat (limited to 'docs/assets/css/docs.css')
-rw-r--r--docs/assets/css/docs.css22
1 files changed, 18 insertions, 4 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index b8d5bfcdc..d78cea2b1 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -126,7 +126,6 @@ section {
/* Subnav */
.subhead .nav {
- padding: 0 10px;
background-color: #eeeeee; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
@@ -136,7 +135,7 @@ section {
background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
- border: 1px solid #eee;
+ border: 1px solid #e5e5e5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
@@ -145,6 +144,9 @@ section {
margin: 0;
padding-top: 11px;
padding-bottom: 11px;
+ font-size: 13px;
+ border-left: 1px solid #f5f5f5;
+ border-right: 1px solid #e5e5e5;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
@@ -153,6 +155,15 @@ section {
background-color: #fff;
color: #333;
}
+.subhead .nav li:first-child a {
+ border-left: 0;
+ -webkit-border-radius: 4px 0 0 4px;
+ -moz-border-radius: 4px 0 0 4px;
+ border-radius: 4px 0 0 4px;
+}
+.subhead .nav li:last-child a {
+ border-right: 0;
+}
/* Quick links
@@ -247,16 +258,19 @@ section {
height: auto;
margin-left: auto;
margin-right: auto;
- line-height: 21px;
+ font-family: Menlo, Monaco, "Courier New", monospace;
+ font-size: 12px;
+ line-height: 20px;
white-space: nowrap;
overflow: hidden;
+ background-color: #f5f5f5;
/* Makes inputs behave like true block-level elements */
-webkit-box-sizing: border-box; /* Older Webkit */
-moz-box-sizing: border-box; /* Older FF */
-ms-box-sizing: border-box; /* IE8 */
box-sizing: border-box; /* CSS3 spec*/
/* Hacks for IE7 to make this work just okay enough to function */
- *width: 270px;
+ *width: 80%;
*height: 24px;
}