diff --git a/prosopopee/themes/light/static/css/style-page.css b/prosopopee/themes/light/static/css/style-page.css index 63e97fa..2b95a6a 100644 --- a/prosopopee/themes/light/static/css/style-page.css +++ b/prosopopee/themes/light/static/css/style-page.css @@ -33,7 +33,7 @@ a { height: auto; } -img { +.image img { width: 100%; height: auto; display: block; @@ -132,7 +132,7 @@ a.google { } .author-meta { - padding-bottom: 7em; + padding: 3em 0 7em 0; } .author-info { @@ -141,17 +141,19 @@ a.google { font-size: 19px; } +.author-meta a { + color: #333; +} + .author-info h4 { text-transform: uppercase; - text-align: center; font-family: 'crimson', serif; color: black; font-style: normal; font-weight: bold; } .author-info .desc { - width: 350px; - margin: auto; + width: auto; padding-bottom: 10px; font-style: normal; font-size: 14px; diff --git a/prosopopee/themes/light/templates/sections/author.html b/prosopopee/themes/light/templates/sections/author.html index 3676d4c..b5b7b48 100644 --- a/prosopopee/themes/light/templates/sections/author.html +++ b/prosopopee/themes/light/templates/sections/author.html @@ -6,7 +6,7 @@ Story by

{{ section.name }}

{% if section.text %} -
{{ section.text }}
+

{{ section.text }}

{% endif %}
diff --git a/prosopopee/themes/light/templates/sections/html.html b/prosopopee/themes/light/templates/sections/html.html index 03f913a..464eea9 100644 --- a/prosopopee/themes/light/templates/sections/html.html +++ b/prosopopee/themes/light/templates/sections/html.html @@ -1,12 +1,5 @@ -{% if section.background or section.color %} -
-{% endif %}
{{ section.html }}
-{% if section.background or section.color %} -
-{% endif %} - diff --git a/prosopopee/themes/light/templates/sections/text.html b/prosopopee/themes/light/templates/sections/text.html index a72909b..65e1121 100644 --- a/prosopopee/themes/light/templates/sections/text.html +++ b/prosopopee/themes/light/templates/sections/text.html @@ -1,9 +1,3 @@ -{% if section.background or section.color %} -
-{% endif %}
{{ section.text }}
-{% if section.background or section.color %} -
-{% endif %}