Replace image in bottom well with the SVG version

This commit is contained in:
Gergely Polonkai 2015-04-28 15:43:02 +02:00
parent 82e9b1d995
commit d0d56ec8bf
2 changed files with 9 additions and 2 deletions

View File

@ -11,7 +11,7 @@
{% if page.name != 'about.html' %}
<div class="well well-sm small">
<div class="pull-left" id="about-well-image"><img src="{{'/images/profile.png' | prepend: site.baseurl}}" alt=""></div>
<div class="pull-left" id="about-well-image"><img src="{{'/images/profile.svg' | prepend: site.baseurl}}" alt=""></div>
{% include about.html %}
<div class="clearfix"></div>
</div>

View File

@ -114,8 +114,15 @@ body
margin-top: 20px
#about-well-image
background-color: white
margin-right: 1em
img
padding-right: 1em
width: 150px
background-color: white
border: 1px solid #000
margin: .5em
padding: 1em
#keywords-button
font-size: 50%