diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-08-13 22:45:39 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-08-13 22:45:39 +0200 |
| commit | 3fadc8b6863a267884e242b9e6303cfd117fce4e (patch) | |
| tree | d725d31a765fd15ab91599f4bc70b5f4a7b66cbb /templates/template-index.tmpl | |
| parent | 36bfdb4704a6d7b8f46f69f4c5c5d3372f1064fc (diff) | |
| download | cataract-3fadc8b6863a267884e242b9e6303cfd117fce4e.tar.xz | |
Small design fixes
Diffstat (limited to 'templates/template-index.tmpl')
| -rw-r--r-- | templates/template-index.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/template-index.tmpl b/templates/template-index.tmpl index 40a0a5b..63fb2b5 100644 --- a/templates/template-index.tmpl +++ b/templates/template-index.tmpl @@ -29,10 +29,10 @@ <!-- ## Description --> <div class="desc"> <!-- $(BEGIN_GO_UP) --> -<div class="desc_date">:: <a href="../index.html" id="exif_line_a">Go Up</a><br /><br /><br /></div> +<div class="desc_date">:. <a href="../index.html" id="exif_line_a">Go Up</a><br /><br /><br /></div> <!-- $(END_GO_UP) --> <!-- $(TITLE) --> -<div class="desc_date"><!-- $(DESCRIPTION) --></div> +<div class="desc_text"><!-- $(DESCRIPTION) --></div> </div> @@ -64,7 +64,7 @@ <!-- ## Footnote --> <div class="desc" style="clear: both;"> -<div class="desc_date"><!-- $(FOOTNOTE) --></div> +<div class="desc_text"><!-- $(FOOTNOTE) --></div> </div> <!-- ## Footer --> |
