From 2746bd74ef0b3d58594125101a4ddfab6742264e Mon Sep 17 00:00:00 2001 From: lopar Date: Sun, 5 Jul 2020 19:58:57 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B0=D0=B7=D0=BC=D0=B5=D1=80=D1=8B=20?= =?UTF-8?q?=D0=BE=D0=B1=D1=80=D0=B0=D0=B7=D0=B0=20=D1=83=D0=B5=D1=85=D0=B0?= =?UTF-8?q?=D0=BB=D0=B8=20=D0=B2=20css.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- classes/User.php | 2 +- css/main.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/classes/User.php b/classes/User.php index 8227e5e..a0e30e9 100644 --- a/classes/User.php +++ b/classes/User.php @@ -147,7 +147,7 @@ EMPTY_SLOT; } echo ''; echo '
'; - echo sprintf('%s', $this->shadow, $this->login); + echo sprintf('%s', $this->shadow, $this->login); echo '
'; echo '
'; echo sprintf('Родовой знак', star_sign($this->borndate)); diff --git a/css/main.css b/css/main.css index 5b1211f..30bae8b 100644 --- a/css/main.css +++ b/css/main.css @@ -363,6 +363,12 @@ div.user-info-container > div.slot-image { grid-row: 1 / 5; } +div.user-info-container > div.slot-image > img { + width: 198px; + height: 428px; + border: 1px solid rgba(0, 0, 0, 0.25); +} + div.user-info-container > div.slot-lower { grid-column: 1 / 4; grid-row: 5;