~michaelforrest/use-case-mapper/trunk

« back to all changes in this revision

Viewing changes to vendor/rails/railties/guides/files/stylesheets/reset.css

  • Committer: Richard Lee (Canonical)
  • Date: 2010-10-15 15:17:58 UTC
  • mfrom: (190.1.3 use-case-mapper)
  • Revision ID: richard.lee@canonical.com-20101015151758-wcvmfxrexsongf9d
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Guides.rubyonrails.org */
2
 
/* Reset.css */
3
 
/* Created January 30, 2009
4
 
--------------------------------------- */
5
 
 
6
 
html, body, div, span, applet, object, iframe,
7
 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
8
 
a, abbr, acronym, address, big, cite, code,
9
 
del, dfn, em, font, img, ins, kbd, q, s, samp,
10
 
small, strike, strong, sub, sup, tt, var,
11
 
b, u, i, center,
12
 
dl, dt, dd, ol, ul, li,
13
 
fieldset, form, label, legend,
14
 
table, caption, tbody, tfoot, thead, tr, th, td {
15
 
  margin: 0;
16
 
  padding: 0;
17
 
  border: 0;
18
 
  outline: 0;
19
 
  font-size: 100%;
20
 
  background: transparent;
21
 
}
22
 
 
23
 
body {line-height: 1; color: black; background: white;}
24
 
a img {border:none;}
25
 
ins {text-decoration: none;}
26
 
del {text-decoration: line-through;}
27
 
 
28
 
:focus {
29
 
  -moz-outline:0;
30
 
  outline:0;
31
 
  outline-offset:0;
32
 
}
33
 
 
34
 
/* tables still need 'cellspacing="0"' in the markup */
35
 
table {border-collapse: collapse; border-spacing: 0;}
36
 
caption, th, td {text-align: left; font-weight: normal;}
37
 
 
38
 
blockquote, q {quotes: none;}
39
 
blockquote:before, blockquote:after,
40
 
q:before, q:after {
41
 
  content: '';
42
 
  content: none;
43
 
}