[Bast-commits] r6056 -
ironman/plagger/assets/plugins/Publish-PagedPlanet/default/template
penfold at dev.catalyst.perl.org
penfold at dev.catalyst.perl.org
Thu Apr 30 20:20:51 GMT 2009
Author: penfold
Date: 2009-04-30 21:20:50 +0100 (Thu, 30 Apr 2009)
New Revision: 6056
Modified:
ironman/plagger/assets/plugins/Publish-PagedPlanet/default/template/index.tt
Log:
first iteration on better CSS
Modified: ironman/plagger/assets/plugins/Publish-PagedPlanet/default/template/index.tt
===================================================================
--- ironman/plagger/assets/plugins/Publish-PagedPlanet/default/template/index.tt 2009-04-30 20:07:19 UTC (rev 6055)
+++ ironman/plagger/assets/plugins/Publish-PagedPlanet/default/template/index.tt 2009-04-30 20:20:50 UTC (rev 6056)
@@ -21,8 +21,37 @@
<title>[% feed.title %]</title>
</head>
<body>
- <div id="feed-title">[% feed.title %]</div>
- [%- INCLUDE 'nav.tt' -%]
+ <div id="header-left">
+ <p class="pad">
+
+ </p>
+ </div>
+
+
+ <div id="header-middle">
+ <p class="pad">
+
+ </p>
+ </div>
+
+ <div id="header-text">
+ <h1 class="title">
+ enlightened perl organisation
+ </h1>
+ <p class="dict">
+ <strong>enlightened</strong> |en'litnd|: <em>adjective</em>:<br />
+ having or showing a rational,
+ modern, and well-informed outlook </p>
+ </div>
+
+ <div id="header-right">
+ <p class="pad">
+
+ </p>
+ </div>
+
+ <div id="feed-title">[% feed.title %]
+ [%- INCLUDE 'nav.tt' -%]</div>
<ul id="members-list">
[% FOREACH member = members %]
<li class="member">
@@ -72,6 +101,6 @@
</div>
</div>
[% END %]
- [%- INCLUDE 'nav.tt' -%]
+ <div class="feed-footer">[% INCLUDE 'nav.tt' %]</div>
</body>
</html>
More information about the Bast-commits
mailing list