Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Side by Side Diff: chrome/test/data/dromaeo/reset.css

Issue 269054: Importing dromaeo performance tests to src/chrome/test/data.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/test/data/dromaeo/pngfix.js ('k') | chrome/test/data/dromaeo/store.php » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 /* --------------------------------------------------------------
2
3 reset.css
4 * Resets default browser CSS.
5
6 Based on work by Eric Meyer:
7 * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
8
9 -------------------------------------------------------------- */
10
11 html, body, div, span, object, iframe,
12 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
13 a, abbr, acronym, address, code,
14 del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
15 fieldset, form, label, legend,
16 table, caption, tbody, tfoot, thead, tr, th, td {
17 margin: 0;
18 padding: 0;
19 border: 0;
20 font-weight: inherit;
21 font-style: inherit;
22 font-size: 100%;
23 font-family: inherit;
24 vertical-align: baseline;
25 }
26
27
28 body { line-height: 1.5; background: #fff; margin:1.5em 0; }
29
30 /* Tables still need 'cellspacing="0"' in the markup. */
31 caption, th, td { text-align: left; font-weight:400; }
32
33 /* Remove possible quote marks (") from <q>, <blockquote>. */
34 blockquote:before, blockquote:after, q:before, q:after { content: ""; }
35 blockquote, q { quotes: "" ""; }
36
37 a img { border: none; }
38
OLDNEW
« no previous file with comments | « chrome/test/data/dromaeo/pngfix.js ('k') | chrome/test/data/dromaeo/store.php » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698