From a91fb7727e0fb9ceda99046e2f52ff15f84d240d Mon Sep 17 00:00:00 2001 From: Wojciech Polak Date: Mon, 21 Oct 2013 19:44:06 +0200 Subject: Minor changes. --- css/v2/style1.css | 4 ++++ frontend/login.php | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/css/v2/style1.css b/css/v2/style1.css index 805756f..14aa1f5 100644 --- a/css/v2/style1.css +++ b/css/v2/style1.css @@ -161,6 +161,10 @@ form { margin: 0; border-style: none; } +.entryBody img { + max-width: 100%; + height: auto; +} .entryMeta { margin-top: 2px; diff --git a/frontend/login.php b/frontend/login.php index d334424..bd1971e 100644 --- a/frontend/login.php +++ b/frontend/login.php @@ -164,7 +164,8 @@ echo ''; - + + -- cgit v1.2.1