From 99c15a61b95c13c136e6888373fdda11decd34f9 Mon Sep 17 00:00:00 2001 From: Stefan Sterz Date: Thu, 18 Feb 2016 15:45:18 +0100 Subject: [PATCH] css improvements --- nodejs/public/stylesheets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nodejs/public/stylesheets/style.css b/nodejs/public/stylesheets/style.css index 0568c6c..c7935f7 100644 --- a/nodejs/public/stylesheets/style.css +++ b/nodejs/public/stylesheets/style.css @@ -1,4 +1,8 @@ /*Custom CSS*/ .header { margin-top: 50px; +} + +td button, td .button { + margin: 0px; } \ No newline at end of file