From 7eb348b8f4cecf6d7282e07f601428ec629e57d7 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 7 Dec 2014 13:40:49 +0200 Subject: typeselection: now in index.html (removed typeselection td padding) --- res/css/partials/input-bubble.scss | 4 +--- res/css/style.css | 4 ---- 2 files changed, 1 insertion(+), 7 deletions(-) (limited to 'res/css') diff --git a/res/css/partials/input-bubble.scss b/res/css/partials/input-bubble.scss index 2d581f9a..657e95de 100644 --- a/res/css/partials/input-bubble.scss +++ b/res/css/partials/input-bubble.scss @@ -8,10 +8,8 @@ } .typeselection td{ - padding-top: 5px; - padding-left: 200px; } #keys{ opacity: 0.5; -} \ No newline at end of file +} diff --git a/res/css/style.css b/res/css/style.css index ac929313..4ca40557 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -429,10 +429,6 @@ body.debug .debug-ui-right { top: -300px; pointer-events: none; } -.typeselection td { - padding-top: 5px; - padding-left: 200px; } - #keys { opacity: 0.5; } -- cgit v1.3.1