From 08a23911c9b6ade84a6637b216388795d1c5c201 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sat, 17 Apr 2010 21:46:14 +0000 Subject: [PATCH] CSS fixes---need to do to all svn: r15196 --- src/data/Web_Basic-Spruce.css | 18 +++++++----------- src/data/Web_Mainz.css | 6 +++--- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/src/data/Web_Basic-Spruce.css b/src/data/Web_Basic-Spruce.css index 184fc5c1a..0cd9ac56f 100644 --- a/src/data/Web_Basic-Spruce.css +++ b/src/data/Web_Basic-Spruce.css @@ -561,10 +561,7 @@ div#EventList table.alphaevent tbody tr td.ColumnPerson span.mother:before { content:"+ "; } div#EventDetail h3 { - font-size: xxx-large; -} -div#EventDetail h3:first-lettr { - color: #000; + font-size: 1em; } div#EventDetail table.eventlist { margin: .5cm 0 .3cm 1.5cm; @@ -713,7 +710,7 @@ table.download { width:100%; } table.download img { - float:center; + text-align:center; } table.download thead tr th { text-align:center; @@ -970,7 +967,7 @@ table.attrlist thead tr th.ColumnAttribute { background: none; } table.attrlist tbody tr td { - background-color: #EARRF4; + background-color: #EAEEF4; border-bottom: dashed 1px #000; } table.attrlist tbody tr td.ColumnType { @@ -1060,7 +1057,6 @@ div#WebLinks { } table.weblinks tr td { - background-color: #EAFFF4; border-bottom: dashed 1px #000; } table.weblinks tr td.ColumnRowLabel { @@ -1177,13 +1173,13 @@ table.weblinks tr td.ColumnDescription { } #treeContainer div.boxbg span.thumbnail { display:block; - max-width:80px auto; + max-width:80px; max-height:65px; margin:0 auto; padding:4px 0; } #treeContainer div.boxbg span.thumbnail img { - max-width:80px auto; + max-width:80px; max-height:65px; margin:0 auto; } @@ -1252,7 +1248,7 @@ table.weblinks tr td.ColumnDescription { #footer { clear:both; width:100%; - height: 60px; + height: 100px; font-size:12px; line-height:130%; color:#204D91; @@ -1489,5 +1485,5 @@ table.oneday tbody tr td.ColumnText { width: 85%; } table.oneday tbody tr td.ColumnEvent { - width; 10%; + width: 10%; } diff --git a/src/data/Web_Mainz.css b/src/data/Web_Mainz.css index 3ba307858..9d118dc80 100644 --- a/src/data/Web_Mainz.css +++ b/src/data/Web_Mainz.css @@ -1227,13 +1227,13 @@ table.weblinks tr td.ColumnDescription { } #treeContainer div.boxbg span.thumbnail { display:block; - max-width:80px auto; + max-width:80px; max-height:65px; margin:0 auto; padding:4px 0; } #treeContainer div.boxbg span.thumbnail img { - max-width:80px auto; + max-width:80px; max-height:65px; margin:0 auto; } @@ -1289,7 +1289,7 @@ table.weblinks tr td.ColumnDescription { #footer { clear: both; width: 965px; - height: 60px; + height: 100px; font-size: 10px; line-height: 130%; font-family: sans-serif;