diff options
Diffstat (limited to 'css')
-rwxr-xr-x | css/default.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/default.php b/css/default.php index 7da6bb5c657..c781e58de75 100755 --- a/css/default.php +++ b/css/default.php @@ -23,6 +23,10 @@ h1 { margin-right:auto; } +td { + text-align:left; +} + div#nav { margin-bottom:2em; } |