From 1ae0bc2efb33b0ce9ca735457df64386d2ed7f97 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Wed, 22 Feb 2017 01:19:33 -0500 Subject: [PATCH] Clean up the style Signed-off-by: Dan Scott --- static/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index ee7b7ed..4142861 100644 --- a/static/style.css +++ b/static/style.css @@ -11,9 +11,11 @@ header, footer { color: white; text-decoration: none; } +a { text-decoration: none; } body { margin: 0px; background-color: white; + font-family: Arial, Helvetica, sans-serif; } div.header, footer { color: white; @@ -37,9 +39,6 @@ section.result { section.result a { text-decoration: none; } -.odd { - background-color: #eeeeee; -} section.home_summary { margin: 0 0 1em 1em; float: left; @@ -57,6 +56,9 @@ section.home_summary td.pub { padding-left: 2em; text-indent: -2em; } +td { + border-bottom: 0.25em solid transparent; +} th.numcites { width: 5em; }