diff options
author | Roman Gräf <roman.graef@gmail.com> | 2017-11-06 10:43:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-06 10:43:39 +0100 |
commit | c4e62874151b0fbfa9eb41a918442439bde4fc79 (patch) | |
tree | 00149c310f0be7c7fd598989dc65a2ad7f940c17 /res/default.css | |
parent | d83811d45be09989501d07388323707851cca937 (diff) | |
download | ichtml-c4e62874151b0fbfa9eb41a918442439bde4fc79.tar.gz ichtml-c4e62874151b0fbfa9eb41a918442439bde4fc79.tar.bz2 ichtml-c4e62874151b0fbfa9eb41a918442439bde4fc79.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 c73cc09..481e8a5 100644 --- a/res/default.css +++ b/res/default.css @@ -39,7 +39,7 @@ a { }
#content {
+ margin: 10px, 0 auto;
line-height: 1.5em;
width: 70%;
- margin: 0 auto;
}
|