瀏覽代碼

Fix avatar bottom spacing

test
spaghetti 8 年之前
committed by Tomochin
父節點
當前提交
796920f472
共有 1 個檔案被更改,包括 6 行新增7 行删除
  1. +6
    -7
      static/styles/beluga/style.css

+ 6
- 7
static/styles/beluga/style.css 查看文件

@@ -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…
取消
儲存