aboutsummaryrefslogtreecommitdiff
path: root/test/qunit/qunit-composite.css
blob: 54e791b137cd9a374d6908e0a06c1316796c8023 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.qunit-composite-suite {
    position: fixed;
    bottom: 0;
    left: 0;
    
    margin: 0;
    padding: 0;
    border-width: 1px 0 0;
    height: 45%;
    width: 100%;

    background: #fff;
}