Browse Source

fix title display

George S. Baugh 5 năm trước cách đây
mục cha
commit
cd28cfb042
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      templates/midtitle.tx
  2. 1 1
      templates/title.tx

+ 1 - 1
templates/midtitle.tx

@@ -1 +1 @@
-<h1 style="display:inline">Houston.pm</h1>
+<h1>Houston.pm</h1>

+ 1 - 1
templates/title.tx

@@ -1,3 +1,3 @@
 <a href="http://www.pm.org/index.html">
-    <img alt="Perl Mongers' Site" src="http://www.pm.org/graphics/title.png" height="65" width="150" style="margin-top:.5rem;" />
+    <img alt="Perl Mongers' Site" src="http://www.pm.org/graphics/title.png" height="65" width="150" style="margin-top:.5rem; margin-right: .5rem;" />
 </a>