2012-05-21 04:12:37 -07:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
2007-09-02 15:33:21 -07:00
|
|
|
@namespace html url("http://www.w3.org/1999/xhtml");
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2007-09-02 15:33:21 -07:00
|
|
|
html|canvas#screen {
|
|
|
|
margin: 12px 11px 38px;
|
2007-06-16 14:10:36 -07:00
|
|
|
}
|
|
|
|
|
2007-09-02 15:33:21 -07:00
|
|
|
#monitor {
|
2007-03-22 10:30:00 -07:00
|
|
|
list-style-image: url("chrome://browser/skin/monitor.png");
|
|
|
|
}
|
2007-09-02 15:33:21 -07:00
|
|
|
|
|
|
|
#monitor[aspectratio="16:10"] {
|
|
|
|
list-style-image: url("chrome://browser/skin/monitor_16-10.png");
|
|
|
|
}
|