summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/styles.css11
-rw-r--r--templates/template-album.tmpl6
-rw-r--r--templates/template-index.tmpl6
-rw-r--r--templates/template-view_photo.tmpl2
4 files changed, 17 insertions, 8 deletions
diff --git a/templates/styles.css b/templates/styles.css
index 10fc110..dfaf476 100644
--- a/templates/styles.css
+++ b/templates/styles.css
@@ -58,9 +58,18 @@ div.desc {
}
div.desc_date {
- margin-top: 8px;
+ font-size: 11px;
+ font-weight: normal;
+ color: #D0D0D0;
+}
+
+div.desc_text {
+ margin-top: 5px;
+ margin-left: 10px;
+ margin-right: 40px;
font-size: 12px;
font-weight: normal;
+ line-height: 140%;
color: #D0D0D0;
}
diff --git a/templates/template-album.tmpl b/templates/template-album.tmpl
index a367706..217c7b7 100644
--- a/templates/template-album.tmpl
+++ b/templates/template-album.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 -->
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 -->
diff --git a/templates/template-view_photo.tmpl b/templates/template-view_photo.tmpl
index 2cc78a5..3ece715 100644
--- a/templates/template-view_photo.tmpl
+++ b/templates/template-view_photo.tmpl
@@ -31,7 +31,7 @@
<div class="content">
<!-- ## Description -->
<div class="desc"><!-- $(TITLE) -->
-<div class="desc_date"><!-- $(DESCRIPTION) --></div>
+<div class="desc_text"><!-- $(DESCRIPTION) --></div>
</div>