From decccb9ae81a58efc96e84469493d00adf68d6d1 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 26 May 2015 22:54:33 -0700 Subject: [PATCH] a bit less grey on the edit history dialog --- app/assets/stylesheets/desktop/history.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/history.scss b/app/assets/stylesheets/desktop/history.scss index e547294ae16..d203f83ac0b 100644 --- a/app/assets/stylesheets/desktop/history.scss +++ b/app/assets/stylesheets/desktop/history.scss @@ -19,9 +19,9 @@ text-align: right; } #revision-details { - background-color: scale-color-diff(); padding: 5px; margin-top: 10px; + border-bottom: 3px solid scale-color-diff(); } #revisions { word-wrap: break-word;