diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-03-20 19:48:08 +0100 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-03-20 19:48:08 +0100 |
commit | 19bbb61b20e1e9a7c7d4f9ef645ab65fcc453416 (patch) | |
tree | 1d137fc6fa1d6d1bf847bc2121013e5c528fb84a /apps/files_texteditor | |
parent | 89c39b47bcbe3b5085e9a528a6dc0afcff161f37 (diff) | |
download | nextcloud-server-19bbb61b20e1e9a7c7d4f9ef645ab65fcc453416.tar.gz nextcloud-server-19bbb61b20e1e9a7c7d4f9ef645ab65fcc453416.zip |
fix spelling fail in texteditor's style.css
Diffstat (limited to 'apps/files_texteditor')
-rw-r--r-- | apps/files_texteditor/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_texteditor/css/style.css b/apps/files_texteditor/css/style.css index e260ab0dd46..6a4392a08e9 100644 --- a/apps/files_texteditor/css/style.css +++ b/apps/files_texteditor/css/style.css @@ -5,7 +5,7 @@ left: 12.5em; } #editorwrapper{ - position: absoloute; + position: absolute; height: 0; width: 0; top: 41px; |