mirror of
https://github.com/transmission/transmission
synced 2024-12-27 10:07:40 +00:00
23 lines
271 B
CSS
23 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;
|
||
|
}
|