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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/common/canvas-index.css

Issue 2015623004: Import wpt@ed94c51f3dfaa5ff4c9c311add1a560408059c51 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
OLDNEW
(Empty)
1 body {
2 font-size: small;
3 font-family: sans-serif;
4 }
5
6 a {
7 text-decoration: none;
8 }
9
10 a:hover {
11 text-decoration: underline;
12 }
13
14 h3 {
15 display: inline;
16 font-size: medium;
17 }
18
19 h3 + p {
20 display: inline;
21 margin-left: 0.5em;
22 }
23
24 li {
25 list-style-type: none;
26 }
27
28 ul {
29 padding-left: 2em;
30 margin-left: 0;
31 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698