Archived
1
0

* add thumnail class to post thumbnails

* fix typo in css
This commit is contained in:
Jeff Becker
2016-02-15 15:51:17 -05:00
parent 539033ec6d
commit a9ac1207c0
2 changed files with 4 additions and 5 deletions

View File

@@ -289,10 +289,9 @@ figure {
float: left;
margin: 1ex;
}
figure img {
max-width:256px;
max-height:128px;
max-width:100%;
img.thumbnail {
max-width: 350px;
max-height: 350px;
}
.thread {