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/default/theme.css | |
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 'themes/default/theme.css')
-rw-r--r-- | themes/default/theme.css | 5 |
1 files changed, 4 insertions, 1 deletions
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 |