commit | 5dba4775ab813d681239b0f398212f774db3246a | [log] [tgz] |
---|---|---|
author | Giulio Fidente <gfidente@fedoraproject.org> | Wed Mar 27 01:00:02 2013 +0100 |
committer | Giulio Fidente <gfidente@fedoraproject.org> | Wed Mar 27 01:00:02 2013 +0100 |
tree | 0c77b35a6c268a3792543b7f91400575e56b70ad | |
parent | c96544f0c2889bfb4894aea8a8f6f7377dd15435 [diff] [blame] |
uses ems instead of px for font-size
diff --git a/templates/page.html b/templates/page.html index 77c2c8c..de1bf38 100644 --- a/templates/page.html +++ b/templates/page.html
@@ -5,9 +5,9 @@ <h3>{{ page.title }}</h3> </header> <article> - <h1 id="article_title"> + <div id="article_title"> <a href="{{ SITEURL }}/{{ page.url }}" rel="bookmark">{{ page.title }}</a> - </h1> + </div> <div id="article_text"> {{ page.content }} </div>