Browse Source

Fix avatar bottom spacing

spaghetti 8 years ago
parent
commit
df5f43a173
2 changed files with 10 additions and 7 deletions
  1. 6
    7
      static/styles/beluga/style.css
  2. 4
    0
      static/styles/global.css

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

@@ -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 {

+ 4
- 0
static/styles/global.css View File

@@ -736,6 +736,10 @@ tr.torrent .bookmark>a:after {
736 736
   max-width: 100%;
737 737
 }
738 738
 
739
+.avatar > a > img {
740
+  display: block;
741
+}
742
+
739 743
 #collage #reply_box img,
740 744
 #forums #reply_box img {
741 745
   max-width: 650px;

Loading…
Cancel
Save