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

Side by Side Diff: samples/third_party/dromaeo/application.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
OLDNEW
1 ol.results { text-align: left; display: none; font-size: 10px; list-style: none; display: none; } 1 ol.results { text-align: left; display: none; font-size: 10px; list-style: none; display: none; }
2 .alldone ol.results { display: block; width: 48%; float: left; } 2 .alldone ol.results { display: block; width: 48%; float: left; }
3 ol.results li { clear: both; overflow: auto; } 3 ol.results li { clear: both; overflow: auto; }
4 ol.results b { display: block; width: 200px; float: left; text-align: right; pad ding-right: 15px; } 4 ol.results b { display: block; width: 200px; float: left; text-align: right; pad ding-right: 15px; }
5 #info { clear:both;width:420px;margin:0 auto;text-align:left; padding: 10px; } 5 #info { clear:both;width:420px;margin:0 auto;text-align:left; padding: 10px; }
6 div.results { width:420px;margin:0 auto;margin-bottom:20px;text-align:left; padd ing: 10px 10px 10px 10px; } 6 div.results { width:420px;margin:0 auto;margin-bottom:20px;text-align:left; padd ing: 10px 10px 10px 10px; }
7 #info span { font-weight: bold; padding-top: 8px; } 7 #info span { font-weight: bold; padding-top: 8px; }
8 h1 { text-align: left; } 8 h1 { text-align: left; }
9 h1 img { float:left;margin-right: 15px;margin-top: -10px; border: 0; } 9 h1 img { float:left;margin-right: 15px;margin-top: -10px; border: 0; }
10 h1 small { font-weight:normal; } 10 h1 small { font-weight:normal; }
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 ul#tests { clear:both;width:420px;margin:0 auto;text-align:left; padding: 10px; list-style: none; } 106 ul#tests { clear:both;width:420px;margin:0 auto;text-align:left; padding: 10px; list-style: none; }
107 #tests b { background: #c7331d; color: #000; display: block; padding: 4px 0 4px 4px; margin-left: -20px; margin-bottom: 5px; font-size: 1.1em; -webkit-border-ra dius: 4px; -moz-border-radius: 4px; font-weight: normal; } 107 #tests b { background: #c7331d; color: #000; display: block; padding: 4px 0 4px 4px; margin-left: -20px; margin-bottom: 5px; font-size: 1.1em; -webkit-border-ra dius: 4px; -moz-border-radius: 4px; font-weight: normal; }
108 #tests b.recommended { background: #58bd79; } 108 #tests b.recommended { background: #58bd79; }
109 #tests a:first-of-type { font-size: 1.2em; } 109 #tests a:first-of-type { font-size: 1.2em; }
110 #tests b a { font-weight: bold; color: #000; } 110 #tests b a { font-weight: bold; color: #000; }
111 #tests li { padding-left: 10px; padding-bottom: 5px; } 111 #tests li { padding-left: 10px; padding-bottom: 5px; }
112 112
113 #overview { position: relative; } 113 #overview { position: relative; }
114 #overview a { font-size: 10px; top: -29px; left: 8px; position: absolute; } 114 #overview a { font-size: 10px; top: -29px; left: 8px; position: absolute; }
115 #overview table a { position: static; } 115 #overview table a { position: static; }
OLDNEW
« no previous file with comments | « samples/third_party/dromaeo/Suites.dart ('k') | samples/third_party/dromaeo/common/BenchUtil.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698