diff --git a/themes/ivolution/static/bootstrap.min.css b/themes/ivolution/static/bootstrap.min.css index efce9eb..e52adf1 100644 --- a/themes/ivolution/static/bootstrap.min.css +++ b/themes/ivolution/static/bootstrap.min.css @@ -278,6 +278,7 @@ a.menu:after,.dropdown-toggle:after{width:0;height:0;display:inline-block;conten .hero-unit p{font-size:18px;font-weight:200;line-height:27px;} footer{margin-top:17px;padding-top:17px;border-top:1px solid #eee;} .page-header{margin-bottom:17px;border-bottom:1px solid #ddd;-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.5);-moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.5);box-shadow:0 1px 0 rgba(255, 255, 255, 0.5);}.page-header h1{margin-bottom:8px;} +.page-content{max-width:750px;} .btn.danger,.alert-message.danger,.btn.danger:hover,.alert-message.danger:hover,.btn.error,.alert-message.error,.btn.error:hover,.alert-message.error:hover,.btn.success,.alert-message.success,.btn.success:hover,.alert-message.success:hover,.btn.info,.alert-message.info,.btn.info:hover,.alert-message.info:hover{color:#ffffff;} .btn .close,.alert-message .close{font-family:Arial,sans-serif;line-height:18px;} .btn.danger,.alert-message.danger,.btn.error,.alert-message.error{background-color:#c43c35;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));background-image:-moz-linear-gradient(top, #ee5f5b, #c43c35);background-image:-ms-linear-gradient(top, #ee5f5b, #c43c35);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));background-image:-webkit-linear-gradient(top, #ee5f5b, #c43c35);background-image:-o-linear-gradient(top, #ee5f5b, #c43c35);background-image:linear-gradient(top, #ee5f5b, #c43c35);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);border-color:#c43c35 #c43c35 #882a25;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);} diff --git a/themes/ivolution/templates/article.html b/themes/ivolution/templates/article.html index 553c942..54aafaa 100644 --- a/themes/ivolution/templates/article.html +++ b/themes/ivolution/templates/article.html @@ -4,12 +4,12 @@
{% include "metadata.html" %}
-
{{ article.content }}
+
{{ article.content }}

Comments

{% include "twitter.html" %} {% if DISQUS_SITENAME %}
{% endif %} {% if FACEBOOK_APPID %}
{% endif %}
-
+
{% endblock %} diff --git a/themes/ivolution/templates/base.html b/themes/ivolution/templates/base.html index 4a1a439..d01b69f 100644 --- a/themes/ivolution/templates/base.html +++ b/themes/ivolution/templates/base.html @@ -65,7 +65,7 @@ {% block indextitle %}{% endblock %} {% block content %}{% endblock %}
diff --git a/themes/ivolution/templates/index.html b/themes/ivolution/templates/index.html index b2d362a..a95380b 100644 --- a/themes/ivolution/templates/index.html +++ b/themes/ivolution/templates/index.html @@ -5,7 +5,7 @@ {%if page.title == "Ivolution Project"%}
-
{{ page.content }}
+
{{ page.content }}
{%endif%} {%endfor%} diff --git a/themes/ivolution/templates/page.html b/themes/ivolution/templates/page.html index 15015ff..8328366 100644 --- a/themes/ivolution/templates/page.html +++ b/themes/ivolution/templates/page.html @@ -3,6 +3,6 @@ {% block content %}
-
{{ page.content }}
+
{{ page.content }}
{% endblock %} \ No newline at end of file