diff options
Diffstat (limited to 'assets/stylesheets/responsive/custom.scss')
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss index 25d2d59..7d37cfa 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -451,21 +451,12 @@ a.link_button_green_large { /* Request page */ div.correspondence { background-color: $correspondence-bg; - padding-bottom: 0.5em; - .event_actions { - margin-bottom: 0; - } } .incoming.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; } @@ -597,3 +588,5 @@ dt { padding: 3px; font-size: 1.1rem; } + + |