removed border from 404 image

This commit is contained in:
Panos Sakkos 2015-11-24 01:53:47 +01:00
parent 8a330867cd
commit 73e5536a37
2 changed files with 5 additions and 1 deletions

View file

@ -18,7 +18,7 @@
{{ page.content | markdownify }} {{ page.content | markdownify }}
<img class="img-responsive center-block" src="{{site.baseurl}}{{ site.404-img }}" alt=""> <img class="img-responsive center-block fourofour" src="{{site.baseurl}}{{ site.404-img }}" alt="">
{% include social-buttons.html %} {% include social-buttons.html %}

View file

@ -415,3 +415,7 @@ body {
} }
/* END Style for swipe instruction section */ /* END Style for swipe instruction section */
.fourofour {
border: 1px solid $dark !important;
}