Archived
1
0

update css

This commit is contained in:
Jeff Becker 2016-04-30 09:02:50 -04:00
parent e2968dbd97
commit d1bf4cc7f3
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -133,7 +133,6 @@ input[type="text"],input[type="password"],textarea {
border-width: 1px; border-width: 1px;
border-style: none solid solid none; border-style: none solid solid none;
border-color: #B7C5D9; border-color: #B7C5D9;
display: inline-block;
max-width: 94%!important; max-width: 94%!important;
} }
@ -374,7 +373,7 @@ input, textarea {
} }
.thumbnail { .thumbnail {
display: block; display: flex;
margin: 5px 20px 10px; margin: 5px 20px 10px;
border: medium none; border: medium none;
max-width: 300px; max-width: 300px;
@ -401,9 +400,9 @@ input, textarea {
} }
.post { .post {
display: inline-block; display: flex;
flex-direction: column;
overflow: hidden; overflow: hidden;
} }
.pagelist { .pagelist {