From 4847448a266cdb021976457e71f9f3a6c720e371 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Sun, 20 Apr 2014 11:39:26 +0200 Subject: [PATCH] Little fixes for small layouts --- public_html/media/css/core.css | 8 +++++--- src/Views/layout-normal.phtml | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/public_html/media/css/core.css b/public_html/media/css/core.css index 0dabe975..8649caef 100644 --- a/public_html/media/css/core.css +++ b/public_html/media/css/core.css @@ -139,9 +139,8 @@ footer .main-wrapper { font-size: small; color: silver; } -footer span:not(:last-child):after { - content: '\022C5'; - margin: 0 0.5em; +footer span:not(:last-of-type):after { + content: '\2000\022C5\2000'; } footer a { color: silver; @@ -375,6 +374,9 @@ ul.tagit input { .tabs li a:focus { color: hsl(0,70%,45%); } +.tab-content { + clear: both; +} diff --git a/src/Views/layout-normal.phtml b/src/Views/layout-normal.phtml index 9724b443..c621862e 100644 --- a/src/Views/layout-normal.phtml +++ b/src/Views/layout-normal.phtml @@ -36,9 +36,9 @@ CustomAssetViewDecorator::addScript('core.js');