From 57e7c691fe17b53df967402d0599a4fd317c70e0 Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Sat, 31 Oct 2015 19:29:18 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BE=D1=82=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BA=D0=B0=D1=80=D1=82=D0=B8=D0=BD=D0=BE=D0=BA?= =?UTF-8?q?=20=D1=81=D0=BF=D0=B8=D1=81=D0=BA=D0=B0=20=D1=82=D0=BE=D1=87?= =?UTF-8?q?=D0=B5=D0=BA=20-=20=D1=81=D0=BC=D0=B5=D1=81=D1=82=D0=B8=D0=BB?= =?UTF-8?q?=20=D0=B1=D1=8D=D0=BA=D0=B3=D1=80=D0=B0=D1=83=D0=BD=D0=B4;=20?= =?UTF-8?q?=D1=83=D0=B2=D0=B5=D0=BB=D0=B8=D1=87=D0=B8=D0=BB=20=D1=88=D1=80?= =?UTF-8?q?=D0=B8=D1=84=D1=82=20=D0=BD=D0=B0=20=D1=82=D0=BE=D1=87=D0=BA?= =?UTF-8?q?=D0=B0=D1=85=20=D0=B8=20=D1=81=D1=82=D0=B0=D1=82=D1=8C=D1=8F?= =?UTF-8?q?=D1=85=20=D1=81=2014=20=D0=B4=D0=BE=2016px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ground/views/article.php | 2 +- ground/views/point.php | 2 +- public/css/pageStyle.css | 3 ++- public/css/user.css | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ground/views/article.php b/ground/views/article.php index 199a975..3924516 100644 --- a/ground/views/article.php +++ b/ground/views/article.php @@ -7,7 +7,7 @@ Вернуться на карту. -
+
html; ?>

diff --git a/ground/views/point.php b/ground/views/point.php index 98ed1a3..72f372c 100644 --- a/ground/views/point.php +++ b/ground/views/point.php @@ -25,7 +25,7 @@ $index = 0;

-
+
4) { for ($index = 0; $index < 4; $index++) { diff --git a/public/css/pageStyle.css b/public/css/pageStyle.css index 07fdcfa..17d04df 100644 --- a/public/css/pageStyle.css +++ b/public/css/pageStyle.css @@ -1,8 +1,9 @@ div.pointsWall {} div.pointsWall .line{} -div.pointsWall .point {background-size: cover; width: 50%; height: 300px; display: inline-block; float: left; padding: 10px;} +div.pointsWall .point {background-size: cover; background-position-y: 30%; width: 50%; height: 300px; display: inline-block; float: left; padding: 10px;} div.pointsWall .point span.header {font-size: 22px; color: white; font-weight: bold; text-shadow: -1px -1px 0 #666, 1px -1px 0 #666, -1px 1px 0 #444, 1px 1px 0 #444;} +.mainTextBlock {font-size: 16px; text-align: justify;} /* -------------------------------------------*/ /* ------------- ADAPTIVE --------------------*/ diff --git a/public/css/user.css b/public/css/user.css index f464aef..a27770b 100644 --- a/public/css/user.css +++ b/public/css/user.css @@ -9,7 +9,7 @@ .lightBody {background-color: rgba(255,255,255, 0.8);margin-top: 0px;padding-bottom: 30px;} .articlesList {} -.articlesList .article {border: solid 1px #ddd; border-radius: 3px; padding: 8px; margin-bottom: 5px;background-color: rgba(255,255,255, 0.8);} +.articlesList .article {border: solid 1px #ddd; border-radius: 3px; padding: 8px; margin-bottom: 5px;background-color: rgba(255,255,255, 0.8); font-size: 16px;} .articlesList .article img {width: 100px; float: left; margin-right: 10px;} .articlesList .article .h {font-size: 18px; font-weight: bold; display: block;} .articlesList .article .date {font-size: 11px; color: #bbb; }