1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Make posted content responsive too.

This commit is contained in:
Cameron
2015-02-06 11:55:37 -08:00
parent dc063c9957
commit 99b7032e84

View File

@@ -13,11 +13,11 @@ body {
margin-top:20px margin-top:20px
} }
/* Make posted content images responsive too */
.bbcode-img { display: block; max-width: 100%; height: auto; }
/* Sign in Page */ /* Sign in Page */
.form-signin { .form-signin {
max-width: 330px; max-width: 330px;
padding: 15px; padding: 15px;