Skip to content

Commit

Permalink
bug 779642: scratchpad on mac breaks Orion line height.
Browse files Browse the repository at this point in the history
  • Loading branch information
espadrine committed Aug 5, 2012
1 parent b23f80e commit 5d5ec55
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions scratchpad-font.diff
@@ -0,0 +1,15 @@
# HG changeset patch
# Parent 68fdd38be81053e460cbce828df99eb06da47d11
# User Thaddee Tyl <thaddee.tyl@gmail.com>
diff --git a/browser/themes/pinstripe/devtools/orion.css b/browser/themes/pinstripe/devtools/orion.css
--- a/browser/themes/pinstripe/devtools/orion.css
+++ b/browser/themes/pinstripe/devtools/orion.css
@@ -4,7 +4,7 @@

.viewContainer {
background: #cddae5; /* This will be seen as the continuation of the ruler */
- font-family: monospace;
+ font-family: Menlo, monospace;
font-size: inherit; /* inherit browser's default monospace font size */
}

0 comments on commit 5d5ec55

Please sign in to comment.