Commit 8ff621aa authored by Mark Otto's avatar Mark Otto

fix broken index page heading, update variables and less pages

parent 58f7fd30
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Designed and built with all the love in the world @twitter by @mdo and @fat. * Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Tue Jan 24 13:58:10 PST 2012 * Date: Tue Jan 24 16:01:37 PST 2012
*/ */
article, article,
aside, aside,
...@@ -411,15 +411,18 @@ address { ...@@ -411,15 +411,18 @@ address {
code, pre { code, pre {
padding: 0 3px 2px; padding: 0 3px 2px;
font-family: Menlo, Monaco, "Courier New", monospace; font-family: Menlo, Monaco, "Courier New", monospace;
font-size: 12px; font-size: 11px;
color: #333333; color: #333333;
-webkit-border-radius: 3px; -webkit-border-radius: 3px;
-moz-border-radius: 3px; -moz-border-radius: 3px;
border-radius: 3px; border-radius: 3px;
} }
code { code {
padding: 1px 3px; padding: 3px 4px;
background-color: #fee9cc; background-color: #fee9cc;
color: #d14;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
} }
pre { pre {
display: block; display: block;
......
...@@ -82,8 +82,8 @@ blockquote small{display:block;line-height:18px;color:#999999;}blockquote small: ...@@ -82,8 +82,8 @@ blockquote small{display:block;line-height:18px;color:#999999;}blockquote small:
blockquote.pull-right{float:right;padding-left:0;padding-right:15px;border-left:0;border-right:5px solid #eeeeee;}blockquote.pull-right p,blockquote.pull-right small{text-align:right;} blockquote.pull-right{float:right;padding-left:0;padding-right:15px;border-left:0;border-right:5px solid #eeeeee;}blockquote.pull-right p,blockquote.pull-right small{text-align:right;}
q:before,q:after,blockquote:before,blockquote:after{content:"";} q:before,q:after,blockquote:before,blockquote:after{content:"";}
address{display:block;margin-bottom:18px;line-height:18px;font-style:normal;} address{display:block;margin-bottom:18px;line-height:18px;font-style:normal;}
code,pre{padding:0 3px 2px;font-family:Menlo,Monaco,"Courier New",monospace;font-size:12px;color:#333333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;} code,pre{padding:0 3px 2px;font-family:Menlo,Monaco,"Courier New",monospace;font-size:11px;color:#333333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
code{padding:1px 3px;background-color:#fee9cc;} code{padding:3px 4px;background-color:#fee9cc;color:#d14;background-color:#f7f7f9;border:1px solid #e1e1e8;}
pre{display:block;padding:8.5px;margin:0 0 9px;font-size:12px;line-height:18px;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;white-space:pre;white-space:pre-wrap;word-break:break-all;}pre.prettyprint{margin-bottom:18px;} pre{display:block;padding:8.5px;margin:0 0 9px;font-size:12px;line-height:18px;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;white-space:pre;white-space:pre-wrap;word-break:break-all;}pre.prettyprint{margin-bottom:18px;}
pre code{padding:0;background-color:transparent;} pre code{padding:0;background-color:transparent;}
small{font-size:100%;} small{font-size:100%;}
......
...@@ -126,7 +126,6 @@ section { ...@@ -126,7 +126,6 @@ section {
/* Subnav */ /* Subnav */
.subhead .nav { .subhead .nav {
padding: 0 10px;
background-color: #eeeeee; /* Old browsers */ background-color: #eeeeee; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */ background-repeat: repeat-x; /* Repeat the gradient */
background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */ background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
...@@ -136,7 +135,7 @@ section { ...@@ -136,7 +135,7 @@ section {
background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */ 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 */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */ background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
border: 1px solid #eee; border: 1px solid #e5e5e5;
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
-moz-border-radius: 4px; -moz-border-radius: 4px;
border-radius: 4px; border-radius: 4px;
...@@ -145,6 +144,9 @@ section { ...@@ -145,6 +144,9 @@ section {
margin: 0; margin: 0;
padding-top: 11px; padding-top: 11px;
padding-bottom: 11px; padding-bottom: 11px;
font-size: 13px;
border-left: 1px solid #f5f5f5;
border-right: 1px solid #e5e5e5;
-webkit-border-radius: 0; -webkit-border-radius: 0;
-moz-border-radius: 0; -moz-border-radius: 0;
border-radius: 0; border-radius: 0;
...@@ -153,6 +155,15 @@ section { ...@@ -153,6 +155,15 @@ section {
background-color: #fff; background-color: #fff;
color: #333; 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 /* Quick links
...@@ -247,16 +258,19 @@ section { ...@@ -247,16 +258,19 @@ section {
height: auto; height: auto;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
line-height: 21px; font-family: Menlo, Monaco, "Courier New", monospace;
font-size: 12px;
line-height: 20px;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
background-color: #f5f5f5;
/* Makes inputs behave like true block-level elements */ /* Makes inputs behave like true block-level elements */
-webkit-box-sizing: border-box; /* Older Webkit */ -webkit-box-sizing: border-box; /* Older Webkit */
-moz-box-sizing: border-box; /* Older FF */ -moz-box-sizing: border-box; /* Older FF */
-ms-box-sizing: border-box; /* IE8 */ -ms-box-sizing: border-box; /* IE8 */
box-sizing: border-box; /* CSS3 spec*/ box-sizing: border-box; /* CSS3 spec*/
/* Hacks for IE7 to make this work just okay enough to function */ /* Hacks for IE7 to make this work just okay enough to function */
*width: 270px; *width: 80%;
*height: 24px; *height: 24px;
} }
......
...@@ -136,7 +136,7 @@ ...@@ -136,7 +136,7 @@
</li> </li>
</ul> </ul>
<h1Designed for everyone, everywhere.</h1> <h1>Designed for everyone, everywhere.</h1>
<p class="marketing-byline">Need reasons to love Bootstrap? Look no further.</p> <p class="marketing-byline">Need reasons to love Bootstrap? Look no further.</p>
<div class="row"> <div class="row">
<div class="span4"> <div class="span4">
......
This diff is collapsed.
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
</li> </li>
</ul> </ul>
<h1{{_i}}Designed for everyone, everywhere.{{/i}}</h1> <h1>{{_i}}Designed for everyone, everywhere.{{/i}}</h1>
<p class="marketing-byline">{{_i}}Need reasons to love Bootstrap? Look no further.{{/i}}</p> <p class="marketing-byline">{{_i}}Need reasons to love Bootstrap? Look no further.{{/i}}</p>
<div class="row"> <div class="row">
<div class="span4"> <div class="span4">
......
This diff is collapsed.
...@@ -175,6 +175,7 @@ blockquote { ...@@ -175,6 +175,7 @@ blockquote {
} }
} }
// Quotes
q:before, q:before,
q:after, q:after,
blockquote:before, blockquote:before,
...@@ -195,13 +196,16 @@ code, ...@@ -195,13 +196,16 @@ code,
pre { pre {
padding: 0 3px 2px; padding: 0 3px 2px;
#font > #family > .monospace; #font > #family > .monospace;
font-size: 12px; font-size: @baseFontSize - 2;
color: @grayDark; color: @grayDark;
.border-radius(3px); .border-radius(3px);
} }
code { code {
padding: 1px 3px; padding: 3px 4px;
background-color: lighten(@orange, 40%); background-color: lighten(@orange, 40%);
color: #d14;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
} }
pre { pre {
display: block; display: block;
...@@ -210,7 +214,7 @@ pre { ...@@ -210,7 +214,7 @@ pre {
font-size: 12px; font-size: 12px;
line-height: @baseLineHeight; line-height: @baseLineHeight;
background-color: #f5f5f5; background-color: #f5f5f5;
border: 1px solid #ccc; border: 1px solid #ccc; // fallback for IE7-8
border: 1px solid rgba(0,0,0,.15); border: 1px solid rgba(0,0,0,.15);
.border-radius(4px); .border-radius(4px);
white-space: pre; white-space: pre;
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
// Links // Links
@linkColor: #08c; @linkColor: #08c;
@linkColorHover: darken(@linkColor, 15); @linkColorHover: darken(@linkColor, 15%);
// Grays // Grays
@black: #000; @black: #000;
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
@white: #fff; @white: #fff;
// Accent colors // Accent colors
@blue: #049CDB; @blue: #049cdb;
@blueDark: #0064CD; @blueDark: #0064cd;
@green: #46a546; @green: #46a546;
@red: #9d261d; @red: #9d261d;
@yellow: #ffc40d; @yellow: #ffc40d;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment