Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1384 → Rev 1387

/asterisk-stats/trunk/style.css
110,10 → 110,15
padding-bottom: 16px;
}
 
table.search tr.buttons td {
table tr.buttons td {
border: none;
text-align: right;
}
 
table tr.buttons:hover td {
background-color: #FFFFFF;
}
 
table.search td.desc {
border: none;
}
122,10 → 127,6
border: none;
}
 
table.search tr.buttons:hover td {
background-color: #FFFFFF;
}
 
table.telbook th {
color: #FFFFFF;
background-color: #6876F8;
141,10 → 142,6
font-size: 8pt;
}
 
table.telbook tr.buttons td {
border: none;
}
 
table td[title] {
background: url("images/red_corner.gif") no-repeat right top;
}