From 86007f4f1776c3e6d5752654a88c5715e472d72e Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 18 Jun 2013 17:46:46 +0100 Subject: [PATCH] Remove many peripheral styles. --- experiments/spclient/styles.css | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/experiments/spclient/styles.css b/experiments/spclient/styles.css index 45d946d..69c73b4 100644 --- a/experiments/spclient/styles.css +++ b/experiments/spclient/styles.css @@ -1,48 +1,19 @@ -html { - overflow-y: scroll; - font-size: 12px; -} - -body { - font-family: tahoma, arial, sans-serif; - color: #156a16; -} - -hr { - border: 0; - color: #156a16; - background-color: #156a16; - height: 1px; -} - -thead { - font-weight: bold; -} - a { color: #005701; text-decoration: none; } -a.extern { - color: #CC6600; -} - a:hover { text-decoration: underline; } a.crossout:hover { text-decoration: line-through; - font-weight: bold; } - #heading { background-color: #87c9af; - border-top: 1px solid #156a16; color: #ffffff; - font-size: large; } input#button { @@ -94,7 +65,3 @@ div.details { background-color: #fafafa; border-bottom: 1px solid #156a16; } - -#bytarget { - padding: 7px; -} -- 1.7.10.4