|
@@ -1884,25 +1884,24 @@ div.star-rating a,div.star-rating.star {
|
1884
|
1884
|
}
|
1885
|
1885
|
|
1886
|
1886
|
.pad {
|
1887
|
|
- padding: 1em
|
|
1887
|
+ padding: 1em;
|
1888
|
1888
|
}
|
1889
|
1889
|
|
1890
|
1890
|
.home .extrapad {
|
1891
|
|
- padding: 0
|
|
1891
|
+ padding: 0;
|
1892
|
1892
|
}
|
1893
|
1893
|
|
1894
|
1894
|
tr {
|
1895
|
1895
|
background-color: #2c2f36;
|
1896
|
|
- border-bottom: 2px solid #2c2f36
|
|
1896
|
+ border-bottom: 2px solid #2c2f36;
|
1897
|
1897
|
}
|
1898
|
|
-
|
1899
|
|
-tr.row {
|
1900
|
|
- /* background-color: #none!important */
|
|
1898
|
+.forum_post tr {
|
|
1899
|
+ border-bottom: none;
|
1901
|
1900
|
}
|
1902
|
1901
|
|
1903
|
1902
|
.search_form .submit,.filter_tickets .submit,.filter_torrents .submit {
|
1904
|
1903
|
text-align: right;
|
1905
|
|
- padding-top: 5px
|
|
1904
|
+ padding-top: 5px;
|
1906
|
1905
|
}
|
1907
|
1906
|
|
1908
|
1907
|
.torrent_table tr.group {
|