diff options
author | Jef van Schendel <mail@jefvanschendel.nl> | 2011-12-18 01:31:06 +0100 |
---|---|---|
committer | Jef van Schendel <mail@jefvanschendel.nl> | 2011-12-18 01:31:06 +0100 |
commit | 436b13bb3e2253dc4361333d1260550d343ccfe2 (patch) | |
tree | 99cf0a75800560a9a0ca0bbf7f44aa8f1d70f9b6 /extlib/960.gs/text.css | |
parent | 0596679c90637befe2c7b95115a25aa70b4f3678 (diff) | |
download | mediagoblin-436b13bb3e2253dc4361333d1260550d343ccfe2.tar.lz mediagoblin-436b13bb3e2253dc4361333d1260550d343ccfe2.tar.xz mediagoblin-436b13bb3e2253dc4361333d1260550d343ccfe2.zip |
Remove 960.gs stylesheets, add Eric Meyer's reset.css
Diffstat (limited to 'extlib/960.gs/text.css')
-rw-r--r-- | extlib/960.gs/text.css | 86 |
1 files changed, 0 insertions, 86 deletions
diff --git a/extlib/960.gs/text.css b/extlib/960.gs/text.css deleted file mode 100644 index 1a6b302f..00000000 --- a/extlib/960.gs/text.css +++ /dev/null @@ -1,86 +0,0 @@ -/* - 960 Grid System ~ Text CSS. - Learn more ~ http://960.gs/ - - Licensed under GPL and MIT. -*/ - -/* `Basic HTML -----------------------------------------------------------------------------------------------------*/ - -body { - font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif; -} - -pre, -code { - font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace; -} - -hr { - border: 0 #ccc solid; - border-top-width: 1px; - clear: both; - height: 0; -} - -/* `Headings -----------------------------------------------------------------------------------------------------*/ - -h1 { - font-size: 25px; -} - -h2 { - font-size: 23px; -} - -h3 { - font-size: 21px; -} - -h4 { - font-size: 19px; -} - -h5 { - font-size: 17px; -} - -h6 { - font-size: 15px; -} - -/* `Spacing -----------------------------------------------------------------------------------------------------*/ - -ol { - list-style: decimal; -} - -ul { - list-style: disc; -} - -li { - margin-left: 30px; -} - -p, -dl, -hr, -h1, -h2, -h3, -h4, -h5, -h6, -ol, -ul, -pre, -table, -address, -fieldset, -figure { - margin-bottom: 20px; -}
\ No newline at end of file |