To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Changeset 1860 for sandboxes

Show
Ignore:
Timestamp:
07/27/10 16:13:04 (19 months ago)
Author:
johnnyoffline
Message:

put the reset styles in the asandbox.css so we can delete them or override them as needed

Location:
sandboxes/asandbox/branches/features/css
Files:
1 removed
2 modified

Legend:

Unmodified
Added
Removed
  • sandboxes/asandbox/branches/features/css/apps/frontend/config/view.yml

    r1856 r1860  
    1111 
    1212  stylesheets:     
    13     - reset.css: { position: first } 
    1413    - main.css: { position: last } 
    1514   
  • sandboxes/asandbox/branches/features/css/web/css/main.css

    r1702 r1860  
     1/* Optional Reset Style for use with the logged-out view */ 
     2 
     3/* Eric Meyer's Reset CSS  
     4-- http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
     5-------------------------------------------------------------------------- */ 
     6 
     7* { margin: 0; padding: 0; font-weight: normal; } /* Safari seems to ignore a lot of the reset style sheet and I am not sure why. */ 
     8 
     9html, body, div, span, applet, object, iframe,  
     10h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,  
     11abbr, acronym, address, big, cite, code, del, dfn,  
     12em, font, img, ins, kbd, q, s, samp, small, strike,  
     13strong, sub, sup, tt, var, b, u, i, center,  
     14dl, dt, dd, ol, ul, li, fieldset, form, label,  
     15legend, table, caption, tbody, tfoot, thead, tr, th, td  
     16{  
     17        margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;  
     18} 
     19 
     20:focus { outline: 0; } /* remember to define focus styles! */ 
     21 
     22ins { text-decoration: none; } /* remember to highlight inserts somehow! */ 
     23del { text-decoration: line-through; } 
     24 
     25table { border-collapse: separate; border-spacing: 0; } /* tables still need 'cellspacing="0"' in the markup */ 
     26 
     27blockquote:before, blockquote:after, q:before, q:after { content: ""; } 
     28 
     29blockquote, q { quotes: "" ""; } 
     30 
    131/* aSandbox Default CSS */ 
    232 
     
    168198        clear: both; 
    169199        margin: 20px 0; 
     200        padding: 0; 
    170201} 
    171202 
     
    211242{ 
    212243        background: #ddd; 
     244        margin-bottom: 20px; 
     245} 
     246 
     247.a-nav-subnav 
     248{ 
     249        overflow: hidden; 
     250        list-style: none; 
     251        padding: 0; 
     252        margin: 0; 
    213253} 
    214254 
     
    296336        font-size: 18px; 
    297337        margin: 0 0 20px 0; 
     338        list-style: none; 
     339        padding: 0; 
    298340} 
    299341