From c783659cd7150bf81953f6f1df52651ca445f13f Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Sun, 7 Jan 2018 14:33:23 +0100 Subject: [PATCH] add margin to the new 'proaudio' div css --- web/room.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/room.css b/web/room.css index bb64dac..45c0e96 100644 --- a/web/room.css +++ b/web/room.css @@ -76,7 +76,8 @@ div.proaudio { text-align: center; align: center; font-size: 85%; - padding:4px; + padding: 4px; + margin: 4px; } div.tables { -- 2.17.1