diff --git a/static/styles/orion/style.css b/static/styles/orion/style.css index a6fea92..75b14b2 100644 --- a/static/styles/orion/style.css +++ b/static/styles/orion/style.css @@ -1371,7 +1371,7 @@ span.center_poll { } table.torrent_table, table.forum_index, table.filelist_table, table.message_table, table.staff, table.store_table, table.ratio_table, table.reportinfo_table, div[id^="peers"] table, -div[id^="downloads"] table, div[id^="snatches"] table, table#dnulist { +div[id^="downloads"] table, div[id^="snatches"] table, table#dnulist, #better table, #user table, table.artist_table { border: 1px solid #282b2e; box-shadow: 0 0 5px rgba(0, 0, 0, .6); } @@ -2549,6 +2549,10 @@ caption { /* collage fix from RED */ +ul.collage_images.hidden { + display: none; +} + ul.collage_images { font-size: 1em; }