mirror of
https://github.com/transmission/transmission
synced 2024-12-26 17:47:37 +00:00
22 lines
271 B
CSS
22 lines
271 B
CSS
html
|
|
{
|
|
color: rgb(0,0,0);
|
|
font-family:'Lucida Grande';
|
|
text-align:left;
|
|
}
|
|
th
|
|
{
|
|
color: rgb(50,50,50);
|
|
font-weight: bold;
|
|
text-align:left;
|
|
}
|
|
td
|
|
{
|
|
color: rgb(80,80,80);
|
|
text-align:left;
|
|
}
|
|
img.icon
|
|
{
|
|
vertical-align:text-bottom;
|
|
margin-right:8px;
|
|
}
|