summaryrefslogtreecommitdiff
path: root/test/when/demo-print.css
blob: c9a3035ac3a14eb0b41e964888bab24f49e04809 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
body {
    background: #fff;
    color: #000;
    font: 100.1% "Lucida Grande", Lucida, Verdana, sans-serif;
}
#graph {
    height: 480px;
    left: 50%;
    margin: 0 0 0 -320px;
    position: absolute;
    top: 0;
    width: 640px;
}