aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2015-04-10 14:24:53 +0100
committerLouise Crow <louise.crow@gmail.com>2015-04-10 14:24:53 +0100
commit27a24e97bc42aa79043717ad18fad91dc8fdc713 (patch)
treeaaeb703ae74e8d3512f293c446092264018cc5a4
parent326424b5caaade12086fec7b61a0ec722995c8af (diff)
parent34a66bbe04b72b5ec35de4c4fb7144a5bca005f4 (diff)
Merge branch 'remove-courier-in-responses' into develop
-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;
}