aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2015-04-07 14:55:22 +0100
committerLouise Crow <louise.crow@gmail.com>2015-04-07 14:55:22 +0100
commit34a66bbe04b72b5ec35de4c4fb7144a5bca005f4 (patch)
treeed9fce8c4eedcc41dac67f20d24e949bf79e8106
parentfb71ef70b0437842866eeb6ed65066a917a55ca8 (diff)
Don't use Courier for responses - people found it hard to read.
-rw-r--r--assets/stylesheets/responsive/custom.scss5
1 files changed, 0 insertions, 5 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss
index ed24067..be975dc 100644
--- a/assets/stylesheets/responsive/custom.scss
+++ b/assets/stylesheets/responsive/custom.scss
@@ -424,11 +424,6 @@ div.correspondence {
border: none;
border-top: 8px solid $incoming-correspondence-color;
box-shadow: 0 3px 3px $correspondence-shadow;
- font-family: "Courier New", Courier, monospace;
- font-size: 0.9rem;
- @include ie8 {
- font-size: 0.9em;
- }
a.link_to_this {
background-color: $incoming-correspondence-color;
}