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