From dc495fe9d94f693591dd0c4023c4ac8b7d96e2ec Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 14 Oct 2013 22:08:23 -0700 Subject: nuke commented out docs css --- docs-assets/css/docs.css | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'docs-assets/css/docs.css') diff --git a/docs-assets/css/docs.css b/docs-assets/css/docs.css index 80784d97e..224cc60d6 100644 --- a/docs-assets/css/docs.css +++ b/docs-assets/css/docs.css @@ -553,20 +553,10 @@ h1[id] { /* Common styles for all types */ .bs-callout { - /*position: relative;*/ margin: 20px 0; padding: 20px; border-left: 3px solid #eee; - /*border-width: 1px 1px 1px 10px;*/ } -/*.bs-callout:before { - position: absolute; - top: 0; - left: -20px; - color: #fff; - width: 20px; - height: 20px; -}*/ .bs-callout h4 { margin-top: 0; margin-bottom: 5px; @@ -574,10 +564,6 @@ h1[id] { .bs-callout p:last-child { margin-bottom: 0; } -.bs-callout code, -.bs-callout .highlight { - /*background-color: #fff;*/ -} /* Variations */ .bs-callout-danger { -- cgit v1.2.3 From 8ac1495c63c0996a2d22013a3c70fa1f3107a927 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 16 Oct 2013 10:43:56 -0700 Subject: redo the glyphicons icons list to make icons not blurry on edges /cc @jankovarik --- docs-assets/css/docs.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'docs-assets/css/docs.css') diff --git a/docs-assets/css/docs.css b/docs-assets/css/docs.css index 224cc60d6..c5185c248 100644 --- a/docs-assets/css/docs.css +++ b/docs-assets/css/docs.css @@ -1047,10 +1047,14 @@ h1[id] { border: 1px solid #ddd; } .bs-glyphicons .glyphicon { - display: block; - margin: 5px auto 10px; + margin-top: 5px; + margin-bottom: 10px; font-size: 24px; } +.bs-glyphicons .glyphicon-class { + display: block; + text-align: center; +} .bs-glyphicons li:hover { background-color: rgba(86,61,124,.1); } -- cgit v1.2.3 From c88cd1cd95dc4bef63697124f795fe7e60308a99 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 17 Oct 2013 11:33:04 -0700 Subject: add explicit copyright header to docs CSS & JS files; fixes #11112 --- docs-assets/css/docs.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs-assets/css/docs.css') diff --git a/docs-assets/css/docs.css b/docs-assets/css/docs.css index c5185c248..8867470e2 100644 --- a/docs-assets/css/docs.css +++ b/docs-assets/css/docs.css @@ -1,3 +1,9 @@ +/*! + * Copyright 2013 Twitter, Inc. + * This work is licensed under the Creative Commons Attribution 3.0 Unported License. + * You should have received a copy of this license along with this work. + * If not, visit http://creativecommons.org/licenses/by/3.0/ . + */ /* * Bootstrap Documentation * Special styles for presenting Bootstrap's documentation and code examples. -- cgit v1.2.3 From 1f33dc8033b2b8245df98a79ebe8800c6c0b992e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 17 Oct 2013 14:11:40 -0700 Subject: even shorter banner; remove space between slash and period --- docs-assets/css/docs.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'docs-assets/css/docs.css') diff --git a/docs-assets/css/docs.css b/docs-assets/css/docs.css index 8867470e2..7abf6ed09 100644 --- a/docs-assets/css/docs.css +++ b/docs-assets/css/docs.css @@ -1,9 +1,11 @@ /*! * Copyright 2013 Twitter, Inc. - * This work is licensed under the Creative Commons Attribution 3.0 Unported License. - * You should have received a copy of this license along with this work. - * If not, visit http://creativecommons.org/licenses/by/3.0/ . + * + * Licensed under the Creative Commons Attribution 3.0 Unported License. For + * details, see http://creativecommons.org/licenses/by/3.0/. */ + + /* * Bootstrap Documentation * Special styles for presenting Bootstrap's documentation and code examples. -- cgit v1.2.3