diff options
author | Roman Gräf <roman.graef@gmail.com> | 2017-11-06 10:38:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-06 10:38:04 +0100 |
commit | 140e296b55e801d20785d60a4938378d6e6f1b45 (patch) | |
tree | af6ad4ca4521a93e64b3c51fadbc7eb10413559e | |
parent | dba2b000c2431061e9e83fc80bd1303833b7ba51 (diff) | |
download | ichtml-140e296b55e801d20785d60a4938378d6e6f1b45.tar.gz ichtml-140e296b55e801d20785d60a4938378d6e6f1b45.tar.bz2 ichtml-140e296b55e801d20785d60a4938378d6e6f1b45.zip |
Update default.css
-rw-r--r-- | res/default.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/default.css b/res/default.css index 79bf86e..83f1cdb 100644 --- a/res/default.css +++ b/res/default.css @@ -39,5 +39,6 @@ a { }
#content {
- margin: 2px;
+ width: 50%;
+ margin: 0 auto;
}
|