diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-01-06 08:46:56 +0100 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-01-06 08:46:56 +0100 |
commit | 92fc644a62930cfca70dcc4dae0152b69fad7b0e (patch) | |
tree | 7e6788fa246d6801429ed06f906fe942ecd3f800 /themes/default | |
parent | 515d1823cf188302408917d9a72c293196d37ac5 (diff) |
issue59, removed some css table-layout definitions
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/templates/welcome.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/templates/welcome.tpl b/themes/default/templates/welcome.tpl index 960e7cf..832e306 100644 --- a/themes/default/templates/welcome.tpl +++ b/themes/default/templates/welcome.tpl @@ -2,7 +2,7 @@ <div class="index_header" style="text-align: left;"> phpfspot welcomes you to a dynamic photo gallery for <a href="http://f-spot.org" target="_blank">F-Spot</a><br /> </div> -<div style="padding: 10px; display: table; margin-left: 10px; margin-right: 10px; table-layout: fixed; border: hidden; border-spacing: 10px; border-collapse: separate;"> +<div style="padding: 10px; margin-left: 10px; margin-right: 10px;"> This application targets to provide an easy way, to presentate your F-Spot<br /> pictures in the web, in a way where you do not need any of the current<br /> web2.0 providers or setup complex apps like gallery<br /> |