File: qunit-composite.css

package info (click to toggle)
node-he 1.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,612 kB
  • sloc: javascript: 19,100; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
iframe.qunit-subsuite {
    position: fixed;
    bottom: 0;
    left: 0;
    
    margin: 0;
    padding: 0;
    border-width: 1px 0 0;
    height: 45%;
    width: 100%;

    background: #fff;
}