| 1 |
/* $Id$ */ |
/* $Id: reset.css,v 1.1 2008/10/30 12:01:36 jmburnz Exp $ */ |
| 2 |
|
|
| 3 |
/** |
/** |
| 4 |
* @file reset.css |
* @file reset.css |
| 8 |
/*********************************************************** |
/*********************************************************** |
| 9 |
* Reset |
* Reset |
| 10 |
**********************************************************/ |
**********************************************************/ |
| 11 |
|
|
| 12 |
/** |
/** |
|
* Based originally on Eric Meyers reset and Tripoli. |
|
|
*/ |
|
|
body {line-height: 1.5;} /* unitless line height */ |
|
|
|
|
|
html, body, div, span, a, img, |
|
|
q, blockquote, del, dfn, em, |
|
|
label, legend, |
|
|
object, iframe, |
|
|
caption, tbody, tfoot, thead, tr { |
|
|
margin: 0; padding: 0; border: none; |
|
|
} |
|
|
|
|
|
/* Remove possible quote marks (") from <q>, <blockquote>. */ |
|
|
blockquote:before, |
|
|
blockquote:after, |
|
|
q:before, q:after {content: "";} |
|
|
blockquote, q {quotes: "" "";} |
|
|
|
|
|
/* Remove annoying border on linked images. */ |
|
|
a img {border: none;} |
|
|
|
|
|
abbr, acronym {border: none;} |
|
| 13 |
|
* This file is intentionally empty. |
| 14 |
|
* You can use this to reset anything in the framework. |
| 15 |
|
* |
| 16 |
|
* Add your overrides below and uncomment the file in |
| 17 |
|
* genesis.info. |
| 18 |
|
* |
| 19 |
|
* This is useful if you are building a set of your own |
| 20 |
|
* subthemes and want to globally override the defaults. |
| 21 |
|
*/ |
| 22 |
|
|