Development

Changeset 5817

You must first sign up to be able to contribute.

Changeset 5817

Show
Ignore:
Timestamp:
11/02/07 17:00:44 (1 year ago)
Author:
fabien
Message:

removed default content for main.css (it does not make sense to provide those defaults for a new project)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/data/skeleton/project/web/css/main.css

    r500 r5817  
    1 ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input 
    2 { margin: 0; padding: 0; } 
    3 a img,:link img,:visited img { border: none; } 
    4  
    5 a 
    6 { 
    7   text-decoration: none; 
    8 } 
    9  
    10 a:hover 
    11 { 
    12   text-decoration: underline; 
    13 } 
    14  
    15 body, td 
    16 { 
    17   margin: 0; 
    18   padding: 0; 
    19   font-family: Arial, Verdana, sans-serif; 
    20   font-size: 11px; 
    21   background-color: #fff; 
    22 } 
    23  
    24 body 
    25 { 
    26   padding: 20px; 
    27 }