From fd8ce6c2dc21534a628243ba67295dca6d7da510 Mon Sep 17 00:00:00 2001 From: Sanj Date: Mon, 11 Jul 2011 00:23:03 +0530 Subject: [PATCH] browse css minor --- edgware/static/css/files/browse.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/edgware/static/css/files/browse.css b/edgware/static/css/files/browse.css index cbea805..494ce85 100644 --- a/edgware/static/css/files/browse.css +++ b/edgware/static/css/files/browse.css @@ -47,15 +47,22 @@ h5 { text-align: center; padding: 6px; margin-bottom: 4px; + color: #393939; +} + +.articleItem:hover { + #000000; } .selectedArticle { background-color: #f4f3ba; border-radius: 8px; + color: #000 !important; -moz-border-radius: 8px; -webkit-border-radius: 8px; } + #linkP { text-align: center; }