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

Side by Side Diff: samples/third_party/dromaeo/reset.css

Issue 9374026: Move dromaeo to third_party (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Moved Dromaeo to third party. Created 8 years, 10 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 | « samples/third_party/dromaeo/index.html ('k') | samples/third_party/dromaeo/test-head.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* -------------------------------------------------------------- 1 /* --------------------------------------------------------------
2 2
3 reset.css 3 reset.css
4 * Resets default browser CSS. 4 * Resets default browser CSS.
5 5
6 Based on work by Eric Meyer: 6 Based on work by Eric Meyer:
7 * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 7 * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
8 8
9 -------------------------------------------------------------- */ 9 -------------------------------------------------------------- */
10 10
(...skipping 18 matching lines...) Expand all
29 29
30 /* Tables still need 'cellspacing="0"' in the markup. */ 30 /* Tables still need 'cellspacing="0"' in the markup. */
31 caption, th, td { text-align: left; font-weight:400; } 31 caption, th, td { text-align: left; font-weight:400; }
32 32
33 /* Remove possible quote marks (") from <q>, <blockquote>. */ 33 /* Remove possible quote marks (") from <q>, <blockquote>. */
34 blockquote:before, blockquote:after, q:before, q:after { content: ""; } 34 blockquote:before, blockquote:after, q:before, q:after { content: ""; }
35 blockquote, q { quotes: "" ""; } 35 blockquote, q { quotes: "" ""; }
36 36
37 a img { border: none; } 37 a img { border: none; }
38 38
OLDNEW
« no previous file with comments | « samples/third_party/dromaeo/index.html ('k') | samples/third_party/dromaeo/test-head.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698