/[drupal]/contributions/themes/genesis/reset.css
ViewVC logotype

Diff of /contributions/themes/genesis/reset.css

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Thu Oct 30 12:01:36 2008 UTC revision 1.2, Sat Nov 1 00:44:10 2008 UTC
# Line 1  Line 1 
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
# Line 8  Line 8 
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    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2