diff options
author | Tom Needham <needham.thomas@gmail.com> | 2012-04-15 13:44:43 +0000 |
---|---|---|
committer | Tom Needham <needham.thomas@gmail.com> | 2012-04-15 13:44:43 +0000 |
commit | 9ee3eb141217d206a67385a51288151d039e79a4 (patch) | |
tree | 663cc23e92a0db74fb12d71ef65645dd270fe30a | |
parent | cdf9f8c42a6adbd57781c92caabfed5ff86f4021 (diff) | |
download | nextcloud-server-9ee3eb141217d206a67385a51288151d039e79a4.tar.gz nextcloud-server-9ee3eb141217d206a67385a51288151d039e79a4.zip |
remove unused css
-rw-r--r-- | apps/files_texteditor/css/style.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/apps/files_texteditor/css/style.css b/apps/files_texteditor/css/style.css index 6a4392a08e9..d91a91d18d0 100644 --- a/apps/files_texteditor/css/style.css +++ b/apps/files_texteditor/css/style.css @@ -14,12 +14,9 @@ } #editor_save{ margin-left: 7px; - float: left; + float: left; } #saving_icon{ margin-top: 3px; - float: left; -} -#gotolineval{ - width: 30px; + float: left; } |