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

Side by Side Diff: packages/charted/examples/charts/demo_charts.css

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 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 @import url(http://fonts.googleapis.com/css?family=Roboto);
2 @import url(../packages/charted/charts/themes/quantum_theme.css);
3
4 body {
5 font-family: Roboto, sans-serif;
6 color: #666;
7 font-size: 13px;
8 padding: 20px;
9 }
10
11 h1, h2, h3, h4, h5 {
12 font-weight: normal;
13 color: #333;
14 }
15
16 h1 {
17 font-size: 20px;
18 }
19 h2 {
20 font-size: 18px;
21 }
22 h3 {
23 font-size: 15px;
24 }
25
26 a:link, a:visited {
27 text-decoration: none;
28 color: #4D90FE;
29 }
30
31 .chart-wrapper {
32 padding: 40px;
33 width: 800px;
34 }
35
36 .chart-host-wrapper {
37 height: 300px;
38 }
39 .chart-legend-host {
40 max-height: 300px;
41 overflow-y: auto;
42 }
43
44 .chart-controls {
45 border-bottom: 1px solid #d3d3d3;
46 background-color: #eee;
47 }
OLDNEW
« no previous file with comments | « packages/charted/examples/charts/components/demo_custom_axis.html ('k') | packages/charted/examples/charts/demo_charts.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698