diff --git a/ground/views/feed/index.php b/ground/views/feed/index.php index d28f588..b58fbd9 100644 --- a/ground/views/feed/index.php +++ b/ground/views/feed/index.php @@ -40,7 +40,6 @@ = mb_substr(Markdown::getClear($item->text), 0, 400, 'UTF-8') ?>… >>> = $item->authorUser->nick ?> -
diff --git a/public/css/feed.css b/public/css/feed.css index b91b87f..00a7e94 100644 --- a/public/css/feed.css +++ b/public/css/feed.css @@ -3,7 +3,7 @@ body div.header {display: none;} div.container {background-color: rgba(255,255,255, 0.8);margin-top: -10px;padding-bottom: 0px;} div.container div.middleHeader {text-align: center; padding-top: 10px;} div.container div.middleHeader img{height: 100px;} -div.container div.elements div.element {margin: 3px; padding: 3px;} +div.container div.elements div.element {margin: 3px; padding: 3px; display: inline-block;} div.container div.elements div.element img{width: 200px; float: left; margin: 0 10px 5px 0;} div.darkFooter {background-color: #333; color: #fff; margin-bottom: 0px; padding-bottom: 30px; padding-top: 10px;}