From d75a7f9713aa1a5f1229f5158927526def329a89 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sat, 24 Nov 2012 19:16:37 +0100 Subject: [PATCH] small style corrections --- style/tricorder.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style/tricorder.css b/style/tricorder.css index 1622d65..700a72a 100644 --- a/style/tricorder.css +++ b/style/tricorder.css @@ -23,7 +23,7 @@ body { font-size: 16px; margin: 0px; height: 100%; - background: #000000 url("tilexborder.png") center center no-repeat; + background-color: #000000; color: #FF9F00; position: relative; font-family: DVSC,"DejaVu Sans",Arial,Helvetica,sans-serif; @@ -186,6 +186,7 @@ a:hover, a:active { color: #FFCF00; } color: #FFCF00; font-size: 3em; font-weight: bold; + line-height: .8em; height: 102px; text-align: center; } @@ -214,6 +215,7 @@ a:hover, a:active { color: #FFCF00; } height: auto; overflow: auto; border: none; + background: transparent url("tilexborder.png") center center no-repeat; } section { -- 2.35.3