Commit | Line | Data |
---|---|---|
9099c61d RK |
1 | /* This Source Code Form is subject to the terms of the Mozilla Public |
2 | * License, v. 2.0. If a copy of the MPL was not distributed with this | |
3 | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ | |
351107c9 | 4 | |
5 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
6 | ||
7 | /* | |
8 | Style rules specific to the Preview dialog. | |
9 | */ | |
10 | ||
11 | iframe#previewframe { | |
12 | min-width: 10px; | |
13 | min-height: 10px; | |
14 | width: 162px; | |
15 | height: 300px; | |
16 | border: none; | |
17 | margin: 0px; | |
18 | } |