diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-25 13:26:07 +0000 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-25 13:26:07 +0000 |
commit | faf099087fe28be73d26d43832bbd88b68f7e5a6 (patch) | |
tree | 5d04a67b42a197b62617c809ee5d0c05a8f59dab /provider | |
parent | 5df36566205a81afe77964aeac13b7568fe4b308 (diff) | |
download | dirty-haskell.org-faf099087fe28be73d26d43832bbd88b68f7e5a6.tar dirty-haskell.org-faf099087fe28be73d26d43832bbd88b68f7e5a6.tar.gz dirty-haskell.org-faf099087fe28be73d26d43832bbd88b68f7e5a6.tar.bz2 dirty-haskell.org-faf099087fe28be73d26d43832bbd88b68f7e5a6.tar.xz dirty-haskell.org-faf099087fe28be73d26d43832bbd88b68f7e5a6.zip |
Fixed justificition
Diffstat (limited to 'provider')
-rw-r--r-- | provider/css/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/provider/css/default.css b/provider/css/default.css index 943d83d..adc3f17 100644 --- a/provider/css/default.css +++ b/provider/css/default.css | |||
@@ -45,7 +45,7 @@ body { | |||
45 | padding-left:1em; | 45 | padding-left:1em; |
46 | font:normal 1em monospace; | 46 | font:normal 1em monospace; |
47 | max-width:90em; | 47 | max-width:90em; |
48 | text-align:justify; | 48 | text-align:left; |
49 | } | 49 | } |
50 | 50 | ||
51 | a { | 51 | a { |