diff options
author | plegall <plg@piwigo.org> | 2010-03-22 10:17:33 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-03-22 10:17:33 +0000 |
commit | a5f395183a720d4db81b8da26d5bfa9aea7d728b (patch) | |
tree | d77a2d386d1eeffcdb9d513be1a891003b4d9fcc /themes | |
parent | d1d3167c3c9d7e7c0b810dba10053f9791367dda (diff) |
feature 1528: update the about page content (FR/EN only currently).
git-svn-id: http://piwigo.org/svn/trunk@5250 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/about.tpl | 8 | ||||
-rw-r--r-- | themes/default/theme.css | 5 |
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 |