From 88dc797d87fd9816a446c7754ebe7e47f852f443 Mon Sep 17 00:00:00 2001 From: Ricardo Ribeiro Date: Wed, 17 May 2017 07:30:03 +0100 Subject: [PATCH] Replace spacebars for tabs --- nyaa/static/css/main.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/nyaa/static/css/main.css b/nyaa/static/css/main.css index 2433f5f..f910e59 100644 --- a/nyaa/static/css/main.css +++ b/nyaa/static/css/main.css @@ -94,8 +94,8 @@ table.torrent-list thead th.sorting_desc:after { @media (max-width: 991px){ .col-md-5 { - margin-left: 20px; - margin-bottom: 10px; + margin-left: 20px; + margin-bottom: 10px; } } @@ -107,10 +107,10 @@ table.torrent-list thead th.sorting_desc:after { /* elasticsearch term highlight */ .hlt1 { - font-style: normal; - display: inline-block; - padding: 0 3px; - border-radius: 3px; - border: 1px solid rgba(100, 56, 0, 0.8); - background: rgba(200,127,0,0.3); + font-style: normal; + display: inline-block; + padding: 0 3px; + border-radius: 3px; + border: 1px solid rgba(100, 56, 0, 0.8); + background: rgba(200,127,0,0.3); }