From 1bc5f0eb0c5bfe1b2f08210650b13b92573c1986 Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Wed, 11 Sep 2013 15:42:11 +0200 Subject: [PATCH] add margin to buttons in setting page --- public/css/game-pane.styl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/css/game-pane.styl b/public/css/game-pane.styl index 053fbc1d43..0d501563fa 100644 --- a/public/css/game-pane.styl +++ b/public/css/game-pane.styl @@ -47,4 +47,7 @@ padding: 0px 5px .chat-btn + margin-right: 5px; + +.personal-options .btn margin-right: 5px; \ No newline at end of file