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

Side by Side Diff: chrome/test/data/extensions/samples/youtube_popular/styles.css

Issue 386023: Remove the last of the old samples. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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
(Empty)
1 .titlec {
2 font-size: small;
3 }
4 ul.videos li {
5 float: left;
6 width: 10em;
7 margin-bottom: 1em;
8 }
9 ul.videos
10 {
11 margin-bottom: 1em;
12 padding-left : 0em;
13 margin-left: 0em;
14 list-style: none;
15 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698