diff options
author | Aleš Smodiš <aless@guru.si> | 2015-07-13 18:19:17 +0200 |
---|---|---|
committer | Aleš Smodiš <aless@guru.si> | 2015-07-13 18:19:17 +0200 |
commit | 216fbf74e5720cd3e05742699ad7cb4e1d84bc27 (patch) | |
tree | 7da404a3a6d5e0f94c095b23df165ba7d8878637 | |
parent | 5f8015714f94a7d1785cf148c257d3be72d1e6c9 (diff) |
Fix typo.
-rw-r--r-- | css/codeq.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/codeq.css b/css/codeq.css index 15a0e23..fa1107b 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -10,7 +10,7 @@ html { body { width: 100%; height: 100%; - mrgin: 0 auto; + margin: 0 auto; padding: 0; border: none; color: black; |