- improve : template code

tables are horizontaly centered by default

git-svn-id: http://piwigo.org/svn/trunk@1253 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
chrisaga
2006-04-22 09:11:41 +00:00
parent 02597251fc
commit 6d1dd2a0f5
5 changed files with 11 additions and 34 deletions
+4
View File
@@ -53,6 +53,10 @@ HR.separation {
/** General defaults **/
INPUT {margin: 0;}
ul, dl, li { text-align: left;}
TABLE { /* horizontaly centered */
margin-left: auto;
margin-right: auto;
}
/* for debugging purpose */
pre { text-align:left; }