From 76593840802b1f5e8ccfc9f9aa5f029738d62b27 Mon Sep 17 00:00:00 2001 From: noformnocontent Date: Tue, 12 Feb 2013 14:41:39 -0800 Subject: [PATCH] better names distinction --- Plugins.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Plugins.md b/Plugins.md index 44d211e..a143207 100644 --- a/Plugins.md +++ b/Plugins.md @@ -81,6 +81,19 @@ Better readability on big resolutions screens (css) ol li .message { font-size: 1.5em; } + +/* better names distinction */ +ol li .message a.name { + background: #f5f5f5; + border: 1px solid #ccc; + border-radius: 3px; + font-size: .8em; + font-weight: normal; + padding: 1px 2px; +} +ol li:hover .message a.name { + background: #efefef; +} ```

Add converted temperature