Some cleanup work

svn: r18117
This commit is contained in:
Rob G. Healey 2011-09-07 01:35:45 +00:00
parent b5ff4c9aea
commit 147f74c3b1

View File

@ -29,7 +29,7 @@ Original Style Author: Jason M. Simanek (2008)
Color Palette Color Palette
-------------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------
DK. Blue #00029D DK. Blue #00029D
Lt. Blue #70B1ED, #BCEAF6 Lt. Blue #BCEAF6
Green #13A926 Green #13A926
Black #000 Black #000
White #FFF White #FFF
@ -221,7 +221,7 @@ a:visited {
} }
a:hover { a:hover {
color: #000; color: #000;
background-color: #70B1ED; background-color: #BCEAF6;
text-decoration: none; text-decoration: none;
} }
span.preposition { span.preposition {
@ -326,7 +326,7 @@ table.infolist thead tr th {
color: #000; color: #000;
margin: 0; margin: 0;
padding: .2em 10px; padding: .2em 10px;
background-color: #70B1ED; background-color: #BCEAF6;
border: solid 1px #000; border: solid 1px #000;
} }
table.infolist thead tr th a { table.infolist thead tr th a {
@ -487,7 +487,7 @@ table#SortByName tbody tr td.ColumnSurname {
} }
table.surnamelist tbody tr td.ColumnSurname:hover, table.surnamelist tbody tr td.ColumnSurname:hover,
table#SortByName tbody tr td.ColumnSurname:hover { table#SortByName tbody tr td.ColumnSurname:hover {
background-color: #70B1ED; background-color: #BCEAF6;
} }
table.surname { table.surname {
border-bottom: solid 1px #000; border-bottom: solid 1px #000;
@ -1061,8 +1061,8 @@ div#events table.eventlist {
font-size: 10px; font-size: 10px;
line-height: 12px; line-height: 12px;
color: #000; color: #000;
padding: 6px 0 4px 0; padding: 6px 0px 4px 0px;
background-color: #70B1ED; background-color: #BCEAF6;
} }
#IndividualDetail div#events table.infolist thead tr th:first-child { #IndividualDetail div#events table.infolist thead tr th:first-child {
padding-left: 20px; padding-left: 20px;