diff options
author | Roman Gräf <roman.graef@gmail.com> | 2017-11-06 10:44:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-06 10:44:56 +0100 |
commit | 6a7e4dbbbfdbd475bf5d5cdd0fc54df38c26c58d (patch) | |
tree | f073190810378d0f525ec8cb76c173d4d980bc73 /res/default.css | |
parent | c4e62874151b0fbfa9eb41a918442439bde4fc79 (diff) | |
download | ichtml-6a7e4dbbbfdbd475bf5d5cdd0fc54df38c26c58d.tar.gz ichtml-6a7e4dbbbfdbd475bf5d5cdd0fc54df38c26c58d.tar.bz2 ichtml-6a7e4dbbbfdbd475bf5d5cdd0fc54df38c26c58d.zip |
Update default.css
Diffstat (limited to 'res/default.css')
-rw-r--r-- | res/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/default.css b/res/default.css index 481e8a5..d89fae1 100644 --- a/res/default.css +++ b/res/default.css @@ -39,7 +39,7 @@ a { }
#content {
- margin: 10px, 0 auto;
+ margin: 0 auto;
line-height: 1.5em;
width: 70%;
}
|