Browse Source

Fix avatar bottom spacing

test
spaghetti 7 years ago
committed by Tomochin
parent
commit
796920f472
1 changed files with 6 additions and 7 deletions
  1. +6
    -7
      static/styles/beluga/style.css

+ 6
- 7
static/styles/beluga/style.css View File

@@ -1884,25 +1884,24 @@ div.star-rating a,div.star-rating.star {
} }


.pad { .pad {
padding: 1em
padding: 1em;
} }


.home .extrapad { .home .extrapad {
padding: 0
padding: 0;
} }


tr { tr {
background-color: #2c2f36; background-color: #2c2f36;
border-bottom: 2px solid #2c2f36
border-bottom: 2px solid #2c2f36;
} }

tr.row {
/* background-color: #none!important */
.forum_post tr {
border-bottom: none;
} }


.search_form .submit,.filter_tickets .submit,.filter_torrents .submit { .search_form .submit,.filter_tickets .submit,.filter_torrents .submit {
text-align: right; text-align: right;
padding-top: 5px
padding-top: 5px;
} }


.torrent_table tr.group { .torrent_table tr.group {


Loading…
Cancel
Save