2007-11-06 21:09:19 -08:00
|
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
2007-11-06 21:09:32 -08:00
|
|
|
@namespace html url("http://www.w3.org/1999/xhtml");
|
2007-11-06 21:09:19 -08:00
|
|
|
|
2007-11-06 21:09:32 -08:00
|
|
|
html|canvas#screen {
|
2007-11-06 21:09:45 -08:00
|
|
|
margin: 12px 11px 32px;
|
|
|
|
}
|
|
|
|
|
2007-11-06 21:09:32 -08:00
|
|
|
#monitor {
|
2007-11-06 21:09:19 -08:00
|
|
|
list-style-image: url("chrome://browser/skin/monitor.png");
|
|
|
|
}
|
|
|
|
|
2007-11-06 21:09:32 -08:00
|
|
|
#monitor[aspectratio="16:10"] {
|
|
|
|
list-style-image: url("chrome://browser/skin/monitor_16-10.png");
|
2007-11-06 21:09:19 -08:00
|
|
|
}
|