diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-04-28 11:42:14 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-04-28 11:42:14 +0200 |
commit | 2813f25668ba9844d00d3f40181f839ecebf38e4 (patch) | |
tree | d3396fe20b3cb4a3780c465a09fe2206ce4b7933 /public | |
parent | 5b9025c8158ef0c9b6c4fe72c71d877f37f6bbe2 (diff) |
css: fix typo in height
Diffstat (limited to 'public')
-rw-r--r-- | public/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/default.css b/public/default.css index 30b57b1..0f98d63 100644 --- a/public/default.css +++ b/public/default.css @@ -361,7 +361,7 @@ span.notes { } div.break { - heighT: 1em; + height: 1em; } div.field { |