From 6daf3e168cf9b47d704f021cd23c0191ce2d23cd Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Mon, 20 Nov 2017 11:57:07 +0200 Subject: [PATCH] h1-h6 to span --- frontend/views/layouts/main.php | 6 +++--- frontend/views/page/view.php | 2 +- frontend/web/css/custom.css | 31 +++++++++++++++++++++++++++++++ 3 files changed, 35 insertions(+), 4 deletions(-) diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index fd02245..da11a16 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -421,7 +421,7 @@ _________________________________________________________ -->
-

h1 ?>

+ h1 ?>
about)) { ?> -

+

about; ?>

-

+

-

Решения

+ Решения
diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index ca45304..3309f9f 100755 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -127,4 +127,35 @@ #navigation .navbar-nav ul.dropdown-menu li.active { background: #38a7bb; +} + +span.panel-title{ + display: inline-block; + border-bottom: solid 5px #986dbd; + line-height: 1.1; + margin-bottom: 0; + padding-bottom: 10px; +} + +#footer span.title{ + font-size: 14px; + font-weight: 800; + text-transform: uppercase; + letter-spacing: 0.08em; + color: #eeeeee; + margin-top: 10px; + margin-bottom: 10px; + display: inline-block; +} + +#heading-breadcrumbs span.main { + color: #333333; + text-transform: uppercase; + font-size: 30px; + font-weight: 700; + letter-spacing: 0.08em; + margin-top: 20px; + margin-bottom: 20px; + display:inline-block; + line-height: 1.1; } \ No newline at end of file -- libgit2 0.21.4