Added dashed underline to div#SurnameDetail table.surnames .

svn: r15632
This commit is contained in:
Rob G. Healey 2010-07-10 02:56:22 +00:00
parent 0ea8c9dfef
commit afe4627783

View File

@ -428,10 +428,6 @@ table#SortByCount thead tr th.ColumnQuantity a:after {
table#SortByName tbody tr td.ColumnSurname { table#SortByName tbody tr td.ColumnSurname {
padding: 0; padding: 0;
} }
table#SortByName tbody tr td.ColumnSurname a {
display:block;
padding:.1em 10px .3em 10px;
}
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: #70B1ED;
@ -443,13 +439,15 @@ table.surname thead tr th.ColumnName {
width: 20%; width: 20%;
padding-left: 20px; padding-left: 20px;
} }
table.surname tbody tr td {
border-bottom: dashed 1px #000;
}
table.surname tbody tr td.ColumnName { table.surname tbody tr td.ColumnName {
width: 20%; width: 20%;
padding: 0; padding: 0;
} }
table.surname tbody tr td.ColumnName a { table.surname tbody tr td.ColumnName a {
display:block; color: #000;
padding:.6em 10px .6em 20px;
} }
table.surname tbody tr td.ColumnName a span.grampsid { table.surname tbody tr td.ColumnName a span.grampsid {
color: #000; color: #000;