aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-27 15:28:09 -0800
committerMark Otto <[email protected]>2012-01-27 15:28:09 -0800
commit800d0b24e08dec4835e7f4126701428c5c5bae2c (patch)
tree2062c83d48e4c7bedc6ba65fbd4d8eebb705156a /docs/assets/css/bootstrap.css
parent91e9f6fa91ea2f6d8cc47b8dbf1428847ad6504f (diff)
downloadbootstrap-800d0b24e08dec4835e7f4126701428c5c5bae2c.tar.xz
bootstrap-800d0b24e08dec4835e7f4126701428c5c5bae2c.zip
remove page-header from docs and add to type.less
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 39ac62f7a..2ae5325b2 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Fri Jan 27 14:48:53 PST 2012
+ * Date: Fri Jan 27 15:27:51 PST 2012
*/
article,
aside,
@@ -316,6 +316,14 @@ h6 {
color: #999999;
text-transform: uppercase;
}
+.page-header {
+ padding-bottom: 17px;
+ margin: 18px 0;
+ border-bottom: 1px solid #eeeeee;
+}
+.page-header h1 {
+ line-height: 1;
+}
ul, ol {
padding: 0;
margin: 0 0 9px 25px;