From 2700d79eb30fce4eeff5029eee1bace29dd92d56 Mon Sep 17 00:00:00 2001 From: Sanj Date: Sun, 10 Jul 2011 23:56:29 +0530 Subject: [PATCH] some css on browse page --- edgware/static/css/files/browse.css | 33 +++++++++++++++++++++++++++++ edgware/templates/main/browse.html | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/edgware/static/css/files/browse.css b/edgware/static/css/files/browse.css index 41bd5b8..59431a4 100644 --- a/edgware/static/css/files/browse.css +++ b/edgware/static/css/files/browse.css @@ -31,10 +31,43 @@ h5 { border: 0; } +ul, li { + list-style-type: none; + margin: 0; + padding: 0; +} + +#articleList { + width: 90%; + margin-top: 12px; +} + .articleItem { cursor: pointer; + text-align: center; + padding: 6px; + margin-bottom: 4px; } .selectedArticle { background-color: #f4f3ba; + border-radius: 8px; + -moz-border-radius: 8px; + -webkit-border-radius: 8px; +} + +#linkP { + text-align: center; +} + +#articleLink { + text-decoration: none; + color: #393939; + font-weight: bold; + font-size: 1.2em; +} + +#articleLink:hover { + text-decoration: underline; + color: #000; } diff --git a/edgware/templates/main/browse.html b/edgware/templates/main/browse.html index 9636429..31641f1 100644 --- a/edgware/templates/main/browse.html +++ b/edgware/templates/main/browse.html @@ -21,7 +21,7 @@ Browse Publications -

+