|
| 1 | +/* Welcome to Compass. |
| 2 | + * In this file you should write your main styles. (or centralize your imports) |
| 3 | + * Import this file using the following HTML or equivalent: |
| 4 | + * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */ |
| 5 | +/* line 17, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ |
| 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, 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 | +article, aside, canvas, details, embed, |
| 16 | +figure, figcaption, footer, header, hgroup, |
| 17 | +menu, nav, output, ruby, section, summary, |
| 18 | +time, mark, audio, video { |
| 19 | + margin: 0; |
| 20 | + padding: 0; |
| 21 | + border: 0; |
| 22 | + font-size: 100%; |
| 23 | + font: inherit; |
| 24 | + vertical-align: baseline; |
| 25 | +} |
| 26 | + |
| 27 | +/* line 20, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ |
| 28 | +body { |
| 29 | + line-height: 1; |
| 30 | +} |
| 31 | + |
| 32 | +/* line 22, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ |
| 33 | +ol, ul { |
| 34 | + list-style: none; |
| 35 | +} |
| 36 | + |
| 37 | +/* line 24, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ |
| 38 | +table { |
| 39 | + border-collapse: collapse; |
| 40 | + border-spacing: 0; |
| 41 | +} |
| 42 | + |
| 43 | +/* line 26, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ |
| 44 | +caption, th, td { |
| 45 | + text-align: left; |
| 46 | + font-weight: normal; |
| 47 | + vertical-align: middle; |
| 48 | +} |
| 49 | + |
| 50 | +/* line 28, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ |
| 51 | +q, blockquote { |
| 52 | + quotes: none; |
| 53 | +} |
| 54 | +/* line 101, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ |
| 55 | +q:before, q:after, blockquote:before, blockquote:after { |
| 56 | + content: ""; |
| 57 | + content: none; |
| 58 | +} |
| 59 | + |
| 60 | +/* line 30, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ |
| 61 | +a img { |
| 62 | + border: none; |
| 63 | +} |
| 64 | + |
| 65 | +/* line 115, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ |
| 66 | +article, aside, details, figcaption, figure, |
| 67 | +footer, header, hgroup, menu, nav, section { |
| 68 | + display: block; |
| 69 | +} |
0 commit comments