From a820f41b43c1e2bc9ac6808b5f9ec66d8c63aa86 Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Thu, 22 Jan 2015 21:00:16 +0000 Subject: [PATCH] chat style tweaks - no more daft "12.6px" font size - 13px is fine - don't repeat font size in multiple places --- style.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index 6ac6caec..d9a9cf51 100644 --- a/style.css +++ b/style.css @@ -228,7 +228,6 @@ a:hover { left: 0; z-index: 3000; background: rgba(8, 48, 78, 0.9); - font-size: 12.6px; line-height: 15px; color: #eee; border: 1px solid #20A8B1; @@ -263,7 +262,7 @@ em { #chat table, #chatinput table { width: 100%; table-layout: fixed; - border-spacing: 0m; + border-spacing: 0; border-collapse: collapse; } @@ -272,7 +271,7 @@ em { } #chat td, #chatinput td { - font-size: 12.6px; + font-size: 13px; vertical-align: top; padding-bottom: 3px; } @@ -348,7 +347,6 @@ summary { #chatinput input { background: transparent; - font-size: 12.6px; color: #EEEEEE; width: 100%; height: 100%; @@ -967,7 +965,6 @@ td + td { color: #ffd652; display: inline-block; float: left; - font-size: 12px; height: 18px; text-align: center; }