mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 09:52:29 +02:00
- 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:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user