diff options
| author | Mark Otto <[email protected]> | 2011-08-20 01:51:06 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-20 01:51:06 -0700 |
| commit | 261a473a72b321b827e3e4cf55167a761af1916b (patch) | |
| tree | b2c3c6fda3a7bd80d04f183125528399b84827c2 /bootstrap-1.0.0.css | |
| parent | 4a567fcb10a835bac16f195c93bc64f9546981bf (diff) | |
| download | bootstrap-261a473a72b321b827e3e4cf55167a761af1916b.tar.xz bootstrap-261a473a72b321b827e3e4cf55167a761af1916b.zip | |
adding more details on browser support, adding snippet of about text, changed p tags to have half the bottom margin
Diffstat (limited to 'bootstrap-1.0.0.css')
| -rw-r--r-- | bootstrap-1.0.0.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css index a654061b5..dc9e16919 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: Fri Aug 19 22:27:16 PDT 2011 + * Date: Sat Aug 20 01:50:35 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). @@ -466,7 +466,7 @@ p { font-size: 13px; font-weight: normal; line-height: 18px; - margin-bottom: 18px; + margin-bottom: 9px; } p small { font-size: 11px; @@ -629,6 +629,7 @@ pre { margin: 0 0 18px; line-height: 18px; font-size: 12px; + border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); -webkit-border-radius: 3px; -moz-border-radius: 3px; |
