sync with changes up to http://hg.mozilla.org/mozilla-central/rev/03de2d980072
[themes.git] / EarlyBlue / mozapps / shared / richview.css
... / ...
CommitLineData
1/* Generic RichView */
2
3view {
4 margin: 10px 10px 5px 10px;
5 -moz-user-focus: normal;
6 background-color: #CCD0DD;
7}
8
9.richviewInner {
10 padding: 0px;
11}