From 24f0443ec937bd73cd28eac567604e27ddbcaae5 Mon Sep 17 00:00:00 2001 From: Tom Needham Date: Fri, 28 Aug 2015 18:26:48 +0200 Subject: Remove border radius in mobile mode --- css/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'css') diff --git a/css/style.css b/css/style.css index 5ab901f..92d84ce 100644 --- a/css/style.css +++ b/css/style.css @@ -58,6 +58,7 @@ left: 0; border: none; margin-top: 45px; + border-radius: 0px; } } @@ -119,6 +120,8 @@ #editor_controls small.lastsaved, div.editor_separator.lastsaved_separator { display: none; } + + } #editor_overlay{ -- cgit v1.2.3