1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-23 16:24:02 +00:00
transmission/macosx/QuickLookPlugin/style.css
Charles Kerr 0bfbc3eba7
Sonarcloud warnings 4 (#1499)
* 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
2020-11-02 09:16:12 -06:00

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;
}