Removed forcing the table headers to be full capsitalization, except for the calendar day letters
svn: r15397
This commit is contained in:
parent
958a0fe898
commit
b3e5f17baf
@ -604,7 +604,6 @@ div#EventDetail table.eventlist tbody tr {
|
|||||||
border-top: dashed 1px #000;
|
border-top: dashed 1px #000;
|
||||||
}
|
}
|
||||||
div#EventDetail table.eventlist tbody tr td.ColumnAttribute {
|
div#EventDetail table.eventlist tbody tr td.ColumnAttribute {
|
||||||
text-transform: uppercase;
|
|
||||||
width: 20%;
|
width: 20%;
|
||||||
}
|
}
|
||||||
div#EventDetail table.eventlist tbody tr td.ColumnDate {
|
div#EventDetail table.eventlist tbody tr td.ColumnDate {
|
||||||
@ -901,7 +900,6 @@ div#events h4 {
|
|||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
font-size:10px;
|
font-size:10px;
|
||||||
line-height:12px;
|
line-height:12px;
|
||||||
text-transform:uppercase;
|
|
||||||
color: #000;
|
color: #000;
|
||||||
padding:6px 0 4px 0;
|
padding:6px 0 4px 0;
|
||||||
background-color: #70B1ED;
|
background-color: #70B1ED;
|
||||||
@ -1381,7 +1379,6 @@ div#pedigree {
|
|||||||
width:100%;
|
width:100%;
|
||||||
font-size:2em;
|
font-size:2em;
|
||||||
line-height:100%;
|
line-height:100%;
|
||||||
text-transform:none;
|
|
||||||
color: #542;
|
color: #542;
|
||||||
padding:.3em 0 .2em 0;
|
padding:.3em 0 .2em 0;
|
||||||
background-color: #FFF;
|
background-color: #FFF;
|
||||||
|
Loading…
Reference in New Issue
Block a user