Merge branch 'master' into 'f0ckdev'

sirx plox



See merge request !13
This commit is contained in:
Flummi 2016-10-22 16:04:00 +00:00
commit 822b72d560
2 changed files with 7 additions and 3 deletions

View File

@ -30,7 +30,7 @@
</div> </div>
{% endif %} {% endif %}
{% elseif item == "image" %} {% elseif item == "image" %}
<a href="{{ dest }}" target="_blank"><img src="{{ dest }}" style="max-width: 1024px" /></a> <a href="{{ dest }}" target="_blank"><img src="{{ dest }}" style="max-width: 640px;height:auto;" /></a>
{% else %} {% else %}
<h1>404 - Not f0cked</h1> <h1>404 - Not f0cked</h1>
{% endif %} {% endif %}

View File

@ -89,4 +89,8 @@ code {
border-radius: 0px; border-radius: 0px;
padding-left: 10px; padding-left: 10px;
padding-right: 10px; padding-right: 10px;
width: 25%;
float: left;
position: relative;
min-height: 1px;
} }