diff options
author | gweltas <gweltas@piwigo.org> | 2005-01-20 15:06:06 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2005-01-20 15:06:06 +0000 |
commit | f6d7b362439e2dec4c00c3ccfa18964ebe7196fd (patch) | |
tree | 194ed0894126c5417e82c10948df30e891a26bfe /template/default/default.css | |
parent | 351aae658fb11f323de8769466f18eca27055560 (diff) |
- Misalignement of navigation arrows in picture.tpl (specific IE)
- Comments are now an unlimited textarea
git-svn-id: http://piwigo.org/svn/trunk@711 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/default.css')
-rw-r--r-- | template/default/default.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/default/default.css b/template/default/default.css index 9e043a061..0d39b2052 100644 --- a/template/default/default.css +++ b/template/default/default.css @@ -105,12 +105,13 @@ div.information { font-size:14px; font-weight:bold;} float:left; width:30%; text-align:left; + white-space:nowrap; } #centre { float:left; - width:40%; + width:39%; text-align:center; } |