UI Page: style node description with its own class.
Instead of relying on 'landing'.
This commit is contained in:
@@ -2005,3 +2005,7 @@ a.learn-more
|
|||||||
padding: 5px 35px
|
padding: 5px 35px
|
||||||
text-align: center
|
text-align: center
|
||||||
|
|
||||||
|
// Node Type: Page
|
||||||
|
.page
|
||||||
|
.node-details-description
|
||||||
|
font-size: 1.3em
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
include ../../../mixins/components
|
include ../../../mixins/components
|
||||||
|
|
||||||
//- Remove custom classes applied by the landing template (that turn background black).
|
//- Remove custom classes applied by the landing template (that turn background black).
|
||||||
| {% block bodyclasses %}{% endblock %}
|
| {% block bodyclasses %}page{% endblock %}
|
||||||
|
|
||||||
| {% block body %}
|
| {% block body %}
|
||||||
| {% if project and project.has_method('PUT') %}
|
| {% if project and project.has_method('PUT') %}
|
||||||
|
Reference in New Issue
Block a user