aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default')
-rw-r--r--themes/default/template/about.tpl8
-rw-r--r--themes/default/theme.css5
2 files changed, 9 insertions, 4 deletions
diff --git a/themes/default/template/about.tpl b/themes/default/template/about.tpl
index c5a4625d4..477bd323e 100644
--- a/themes/default/template/about.tpl
+++ b/themes/default/template/about.tpl
@@ -9,10 +9,12 @@
</ul>
<h2>{'About'|@translate}</h2>
</div>
- <ul>
+ <div id="piwigoAbout">
{$ABOUT_MESSAGE}
{if isset($THEME_ABOUT) }
- <li>{$THEME_ABOUT}</li>
- {/if}
+ <ul>
+ <li>{$THEME_ABOUT}</li>
</ul>
+ {/if}
+ </div>
</div>
diff --git a/themes/default/theme.css b/themes/default/theme.css
index c0df101b2..8651f4f33 100644
--- a/themes/default/theme.css
+++ b/themes/default/theme.css
@@ -848,4 +848,7 @@ LEGEND {
SPAN.calItem, SPAN.calItemEmpty,
TD.calDayCellEmpty, TD.calDayCellFull {
border: 1px solid gray;
-} \ No newline at end of file
+}
+
+#piwigoAbout {width:600px;margin:0 auto;}
+#linkToPiwigo {text-align:center;} \ No newline at end of file