All known CSS syntax errors fixed

svn: r15204
This commit is contained in:
Doug Blank
2010-04-18 00:43:05 +00:00
parent 4954b97248
commit 62bd563c9e
4 changed files with 21 additions and 30 deletions

View File

@@ -563,10 +563,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;
@@ -715,7 +712,7 @@ table.download {
width:100%;
}
table.download img {
float:center;
text-align:center;
}
table.download thead tr th {
text-align:center;
@@ -1180,13 +1177,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;
}
@@ -1492,5 +1489,5 @@ table.oneday tbody tr td.ColumnText {
width: 85%;
}
table.oneday tbody tr td.ColumnEvent {
width; 10%;
width: 10%;
}