Browse Source

fix(docs): remove weird character that broke CSS

Peter Thomassen 6 years ago
parent
commit
0eebf4b258
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/theme.css

+ 2 - 2
docs/theme.css

@@ -1,4 +1,4 @@
-body {
+body {
     background: #eee;
     font-family: sans-serif;
 }
@@ -14,4 +14,4 @@
 
 td {
     vertical-align: top;
-}
+}