Bug 698703 - Source Editor should display text with the user's preferred monospace font size; r=msucan

This commit is contained in:
Cedric Vivier 2011-11-01 18:30:19 +08:00
parent b39d61516f
commit 8bb0cae945

View File

@ -1,6 +1,9 @@
/* Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ */
.viewContainer {
font-size: inherit; /* inherit browser's default monospace font size */
}
.rulerLines {
background: -moz-Dialog;