Fix CSS image path and add image to exampleSite

This commit is contained in:
George Cushen 2016-04-28 18:17:15 +01:00
commit 872034c4ad
3 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View file

@ -136,7 +136,7 @@ footer, footer p {
}
#profile .portrait {
background-image: url('/img/portrait.jpg');
background-image: url('../img/portrait.jpg');
width: 200px;
height: 200px;
margin: 0 auto;