diff options
author | Vitaly Takmazov | 2016-09-05 05:32:48 -0400 |
---|---|---|
committer | Vitaly Takmazov | 2016-09-05 05:32:48 -0400 |
commit | d49e871d99fc4551a2686e52514f2dc09f9bc093 (patch) | |
tree | bef3fadc47267337ec8c4219ca0a194c58e2e14e /juick-www/src/main | |
parent | cfd873f5c5e52eb89b7985555afdb1a180e71620 (diff) |
fix typo
Diffstat (limited to 'juick-www/src/main')
-rw-r--r-- | juick-www/src/main/static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index 454389e7..41997d4e 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -43,7 +43,7 @@ span.u { text-decoration: underline; } #content { - widh: 728px; + width: 728px; margin: 25px 0 0 0; float: right; } |