From d941f46971b833976b21b7de61d391757d6c3fc3 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Wed, 25 Jul 2012 11:37:05 -0700 Subject: [PATCH] add border-bottom to #stats links --- mocha.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mocha.css b/mocha.css index 3b06fa9805..f96b310cc5 100644 --- a/mocha.css +++ b/mocha.css @@ -181,6 +181,10 @@ body { color: inherit; } +#stats a:hover { + border-bottom: 1px solid #eee; +} + #stats li { display: inline-block; margin: 0 5px;