From 5ea9c6a7c8b7a3f25255f9fc4a7d99e99ac597d5 Mon Sep 17 00:00:00 2001 From: mb863 Date: Mon, 1 Nov 2010 19:02:02 +0000 Subject: [PATCH] NIHVIVO-1298: Updated CSS --- themes/wilma/css/wilma.css | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index c451b62a..b5083c35 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -640,14 +640,12 @@ a.powered-by-vivo:hover { color: #4e5051; text-decoration: none; } -/* MISCELLANEOUS------> */ -.displace { - position: absolute; - left: -9999px; -} -a { - text-decoration: underline + +/* GENERAL STYLE------> */ +p{ + margin-bottom:1.3em; } + /* STYLED BUTTONS ------> */ .button, .button:visited { @@ -699,3 +697,11 @@ a { background-color: #58a2c1 } +/* MISCELLANEOUS------> */ +.displace { + position: absolute; + left: -9999px; +} +a { + text-decoration: underline +} \ No newline at end of file