smak

log tags | changeset raw browse | bz2 | zip | gz

changeset 43:3c9b8007da96 tip

moved style to css
author yiyus@1936
date Sun Nov 01 12:39:26 2009 +0100 (2009-11-01 ago)
parents 7aef4fcb4fa9
children
files preview.tpl style.css
line diff
1.1 --- a/preview.tpl Sun Nov 01 11:19:16 2009 +0100 1.2 +++ b/preview.tpl Sun Nov 01 12:39:26 2009 +0100 1.3 @@ -1,9 +1,10 @@ 1.4 <div id="smak-prev"> 1.5 -<h2 style="text-transform:capitalize"> 1.6 +<h2> 1.7 % echo $"smak_img | sed 's/_/ /g' 1.8 <div id="smak-nav"> 1.9 % smak_navigation 1.10 -</div></h2> 1.11 +</div> 1.12 +</h2> 1.13 % smak_preview 1.14 <br> 1.15 % ls -sp $smak_file | awk '{print("<a href=\"'^`{basename $smak_file}^'\">" $2 "</a>", "(" $1 "Kb)")}' 1.16 @@ -14,7 +15,6 @@ 1.17 % } 1.18 </div> 1.19 1.20 - 1.21 <div id="smak-thumb"> 1.22 <strong>%($smak_dir%)</strong> 1.23 <hr>
2.1 --- a/style.css Sun Nov 01 11:19:16 2009 +0100 2.2 +++ b/style.css Sun Nov 01 12:39:26 2009 +0100 2.3 @@ -1,6 +1,9 @@ 2.4 #smak-prev { 2.5 float: left; 2.6 } 2.7 +#smak-prev h2 { 2.8 + text-transform: capitalize; 2.9 +} 2.10 #smak-nav { 2.11 display:inline; 2.12 float:right;