Make images work

This commit is contained in:
Christopher Chedeau
2015-03-25 20:30:41 -07:00
parent beb38a8944
commit 119a050ed8
10 changed files with 23 additions and 11 deletions

View File

@@ -455,6 +455,14 @@ h1:hover .hash-link, h2:hover .hash-link, h3:hover .hash-link, h4:hover .hash-li
margin-left: 0;
}
.tutorial-mock {
text-align: center;
}
.tutorial-mock img {
border: 1px solid #ccc;
box-shadow: 5px 5px 5px #888888;
}
#examples h3, .home-presentation h3 {
color: #2d2d2d;
font-size: 24px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB