diff --git a/datacenterlight/static/datacenterlight/css/cms.css b/datacenterlight/static/datacenterlight/css/cms.css index abf06501..4854d2d2 100644 --- a/datacenterlight/static/datacenterlight/css/cms.css +++ b/datacenterlight/static/datacenterlight/css/cms.css @@ -29,6 +29,10 @@ background: rgba(90, 116, 175, 0.85); } +.dcl-cms_page-header .container { + position: relative; +} + #dcl-cms_page-text { background: #fff; } @@ -44,4 +48,5 @@ line-height: 40px; width: 100%; } +} } } \ No newline at end of file diff --git a/datacenterlight/templates/datacenterlight/cms_page.html b/datacenterlight/templates/datacenterlight/cms_page.html index 49d217b8..b770773c 100644 --- a/datacenterlight/templates/datacenterlight/cms_page.html +++ b/datacenterlight/templates/datacenterlight/cms_page.html @@ -1,21 +1,18 @@ {% extends "datacenterlight/base.html" %} {% load staticfiles cms_tags sekizai_tags %} +{% block css_extra %} + +{% endblock css_extra %} + {% block title %} {% page_attribute page_title %} {% endblock %} {% block content %} - {% addtoblock "css" %} - - {% endaddtoblock %} -
-
-
-
-

{% page_attribute page_title %}

-
-
+
+
+

{% page_attribute page_title %}