diff options
author | vdigital <vdigital@piwigo.org> | 2008-09-19 19:38:15 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-09-19 19:38:15 +0000 |
commit | 324a4a112ac4a883f086372c8053c0021a4380d4 (patch) | |
tree | 9535e403c0307902e3040e61159a288adb6a922a /template/yoga/default-layout.css | |
parent | bff424f8d9de0c258071e6e99f92f9960b13fbb7 (diff) |
Index page: Scrolling start above the category when description is too long.
Sql Trace in a <div> clear:both.
French de-à => du-au
git-svn-id: http://piwigo.org/svn/trunk@2550 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/default-layout.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index 6c2981411..29805b4a1 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -273,4 +273,5 @@ TABLE.tagLetterContent { font-size:80%; border-collapse : collapse; } -#theHeader {text-align: center;}
\ No newline at end of file +#theHeader {text-align: center;} +#debug { margin: 15px 15px 5px 248px; font-size:12px; clear: both; word-wrap:break-word;}
\ No newline at end of file |