diff --git a/s/item.tpl.html b/s/item.tpl.html index 1a2187e..59afaef 100644 --- a/s/item.tpl.html +++ b/s/item.tpl.html @@ -20,7 +20,7 @@
- {% if next != null %}{% endif %} + {% if next != null %}{% endif %} {% if item == "video" %} {% elseif item == "audio" %} @@ -30,14 +30,14 @@ {% endif %} {% if thumb != null %} -
+
{% endif %} {% elseif item == "image" %} {% else %}

404 - Not f0cked

{% endif %} - {% if prev != null %}{% endif %} + {% if prev != null %}{% endif %} diff --git a/s/master.css b/s/master.css index 221c60c..ddc16ed 100644 --- a/s/master.css +++ b/s/master.css @@ -76,14 +76,6 @@ a#next, a#prev { align-content: inherit; } -a#prev::after { - content: "\f177"; -} - -a#next::after { - content: "\f178"; -} - .van { border: 0; box-shadow: none;