From 7e6c8019764bcd27e5ab76d0d8704337f2cf5b05 Mon Sep 17 00:00:00 2001 From: Pavol Babincak Date: Sun, 10 Feb 2013 19:04:47 +0100 Subject: [PATCH] CSS for clipboard-aware chat modified to be backwards compatible --- style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/style.css b/style.css index 6ce0e51a..0fd56217 100644 --- a/style.css +++ b/style.css @@ -195,7 +195,7 @@ summary { width: 683px; } -#chat .blockquote { +#chat span { display: inline-block; width: 540px; } @@ -214,7 +214,6 @@ summary { #chat .invisibleseparator { color: rgba(8, 48, 78, 0.0); - display: inline-block; width: 0px; }