CSS fixes and partial fix to 3837

svn: r15184
This commit is contained in:
Doug Blank
2010-04-17 14:47:02 +00:00
parent ab138911f5
commit 8f38b63312
10 changed files with 19 additions and 32 deletions

View File

@@ -267,7 +267,7 @@ div#alphabet ul li a:hover {
----------------------------------------------------- */
table {
font-size:14px;
margin:0 15px;
margin:0;
padding:0;
border:none;
border-collapse:collapse;
@@ -991,10 +991,8 @@ table.attrlist tbody tr td.ColumnAttrValue {
}
table.attrlist tbody tr td.ColumnAttrNotes {
width: 45%;
background-color: #D8F3D6;
}
table.attrlist tbody tr td.ColumnAttrSources {
background-color: #FFF;
width: 15%;
}