diff options
| author | Jacob Thornton <[email protected]> | 2011-08-19 19:38:44 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-19 19:38:44 -0700 |
| commit | 630b874dbdcdff364976a07d0062a1be18fab119 (patch) | |
| tree | a5e25e16b5b8ad5fa76d60f4899ff94ebbb7ba1b /bootstrap-1.0.0.css | |
| parent | 962acdc0d8271bb991e09c41add851015409e9c9 (diff) | |
| download | bootstrap-630b874dbdcdff364976a07d0062a1be18fab119.tar.xz bootstrap-630b874dbdcdff364976a07d0062a1be18fab119.zip | |
small or cite tag for Blockquotes
Diffstat (limited to 'bootstrap-1.0.0.css')
| -rw-r--r-- | bootstrap-1.0.0.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css index 375ed1188..a1368c812 100644 --- a/bootstrap-1.0.0.css +++ b/bootstrap-1.0.0.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: Wed Aug 17 23:02:19 PDT 2011 + * Date: Fri Aug 19 19:37:58 PDT 2011 */ /* Reset.less * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). @@ -387,6 +387,9 @@ a:hover { background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(0.25, #ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(#ffffff, color-stop(0.25, #ffffff), #e6e6e6); background-image: -moz-linear-gradient(#ffffff, color-stop(#ffffff, 0.25), #e6e6e6); + background-image: -ms-linear-gradient(#ffffff, color-stop(#ffffff, 0.25), #e6e6e6); + background-image: -o-linear-gradient(#ffffff, color-stop(#ffffff, 0.25), #e6e6e6); + background-image: linear-gradient(#ffffff, color-stop(#ffffff, 0.25), #e6e6e6); padding: 4px 14px; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); color: #333333; @@ -591,14 +594,14 @@ blockquote p { line-height: 18px; margin-bottom: 0; } -blockquote cite { +blockquote small, blockquote cite { display: block; font-size: 12px; font-weight: 300; line-height: 18px; color: #bfbfbf; } -blockquote cite:before { +blockquote small:before, blockquote cite:before { content: '\2014 \00A0'; } address { |
