Showing
2 changed files
with
4 additions
and
0 deletions
... | @@ -6,6 +6,8 @@ | ... | @@ -6,6 +6,8 @@ |
6 | 6 | ||
7 | #container { | 7 | #container { |
8 | height: 600px; | 8 | height: 600px; |
9 | + width: 800px; | ||
10 | + margin : 0 auto; | ||
9 | } | 11 | } |
10 | 12 | ||
11 | .highcharts-data-table table { | 13 | .highcharts-data-table table { |
... | @@ -35,3 +37,5 @@ | ... | @@ -35,3 +37,5 @@ |
35 | .highcharts-data-table tr:hover { | 37 | .highcharts-data-table tr:hover { |
36 | background: #f1f7ff; | 38 | background: #f1f7ff; |
37 | } | 39 | } |
40 | +.wrap{ width : 300; height : 300; text-align:center; margin:0px auto;} | ||
41 | +.wrap img{ width : 300; height : 300; height:auto} | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment