mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
0bfbc3eba7
* chore: fix some sonarcloud html warnings (e.g. deprecated attribute use) * chore: uppercase literal suffixes * chore: remove redundant casts * chore: remove commented-out code * chore: use qInfo() instead of std::cerr
21 lines
285 B
CSS
21 lines
285 B
CSS
html {
|
|
color: rgb(0,0,0);
|
|
font-family: 'Lucida Grande', Sans-serif;
|
|
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 {
|
|
margin-right: 8px;
|
|
vertical-align: text-bottom;
|
|
}
|