CSS Errors

svn: r15093
This commit is contained in:
Doug Blank 2010-04-12 23:56:47 +00:00
parent 0bb18c3df0
commit 614ac18c5d
2 changed files with 8 additions and 8 deletions

View File

@ -593,7 +593,7 @@ div#EventList table.alphaevent tbody tr td.ColumnPerson span.mother:before {
content:"+ ";
}
div#EventDetail h3 {
font-size: xxx-large;
font-size: 1.4em;
}
div#EventDetail table.eventlist {
margin: .5cm 0 .3cm 1.5cm;
@ -698,10 +698,10 @@ table.download {
margin: .5em 0 .5em 0;
border: solid 1px #000;
width: 100%;
nackground-color: #CCC;
background-color: #CCC;
}
table.download img {
float:center;
/* float:center; */
}
table.download tbody tr#Row02 {
border-bottom:solid 1px #000;
@ -1165,13 +1165,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;
}
@ -1425,5 +1425,5 @@ table.oneday tbody tr td.ColumnText {
width: 85%;
}
table.oneday tbody tr td.ColumnEvent {
width; 10%;
width: 10%;
}

View File

@ -1236,13 +1236,13 @@ div#pedigree {
}
#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;
}