Commit | Line | Data |
---|---|---|
1 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
2 | @namespace html url("http://www.w3.org/1999/xhtml"); | |
3 | ||
4 | html|canvas#screen { | |
5 | margin: 12px 11px 32px; | |
6 | } | |
7 | ||
8 | #monitor { | |
9 | list-style-image: url("chrome://browser/skin/monitor.png"); | |
10 | } | |
11 | ||
12 | #monitor[aspectratio="16:10"] { | |
13 | list-style-image: url("chrome://browser/skin/monitor_16-10.png"); | |
14 | } |