~ubuntu-it-wiki/wiki-ubuntu-it/wiki-repo

« back to all changes in this revision

Viewing changes to htdocs/light/css/reset.css

  • Committer: Leo Iannacone
  • Date: 2011-06-01 19:48:26 UTC
  • Revision ID: l3on@ubuntu.com-20110601194826-a8zt6and1d9gqmfu
Update light theme to ubuntu-it style

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Don't forget to set a foreground and background color
2
 
 on the 'html' or 'body' element! */
3
 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
4
 
    margin: 0;
5
 
    padding: 0;
6
 
    border: 0;
7
 
    font-weight: inherit;
8
 
    font-style: inherit;
9
 
    font-size: 100%;
10
 
    line-height: 1;
11
 
    font-family: inherit;
12
 
    text-align: left;
13
 
    vertical-align: baseline;
14
 
}
15
 
 
16
 
a img, :link img, :visited img {
17
 
    border: 0;
18
 
}
19
 
 
20
 
table {
21
 
    border-collapse: collapse;
22
 
    border-spacing: 0;
23
 
}
24
 
 
25
 
ol, ul {
26
 
    list-style: none;
27
 
}
28
 
 
29
 
q:before, q:after, blockquote:before, blockquote:after {
30
 
    content: "";
31
 
}