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

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

Issue 199003005: Package-ify Dromaeo and browser controller functionality (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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
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/web/index.html ('k') | samples/third_party/dromaeo/web/test-head.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698