Minor blog update
This commit is contained in:
		| @@ -1,26 +0,0 @@ | ||||
| /* | ||||
|     Document   : blog | ||||
|     Created on : 2012.09.14., 14:53:34 | ||||
|     Author     : polonkai.gergely | ||||
|     Description: | ||||
|         Purpose of the stylesheet follows. | ||||
| */ | ||||
|  | ||||
| .post { | ||||
|     margin-bottom: 2em; | ||||
| } | ||||
|  | ||||
| p.article-date { | ||||
| 	text-indent: 0; | ||||
| 	font-size: 80%; | ||||
| 	color: #7f7f7f; | ||||
| } | ||||
|  | ||||
| .paginator { | ||||
|     margin: .5em 0; | ||||
| } | ||||
|  | ||||
| .plusone-container { | ||||
|     margin-left: 1em; | ||||
|     display: inline; | ||||
| } | ||||
| @@ -28,9 +28,10 @@ | ||||
| {{ block('paginator') }} | ||||
| {% if posts|length == 0 %} | ||||
| No posts found. | ||||
| {% endif %} | ||||
| {% else %} | ||||
| {% for post in posts %} | ||||
| {% include 'GergelyPolonkaiFrontBundle:Blog:postViewer.html.twig' with {'post': post, 'title_links': true} %} | ||||
| {% endfor %} | ||||
| {% endif %} | ||||
| {{ block('paginator') }} | ||||
| {% endblock content %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user