From e255473c6f5e0034ad80ac91010a4f3e504a29ba Mon Sep 17 00:00:00 2001 From: Mattias Erming Date: Thu, 8 May 2014 00:30:33 +0200 Subject: [PATCH] Added temp logo --- client/css/style.css | 6 +++++- client/img/play.svg | 1 + client/index.html | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 client/img/play.svg diff --git a/client/css/style.css b/client/css/style.css index ff61f110..94461477 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -95,6 +95,10 @@ button::-moz-focus-inner { background-color: #ebedef; color: #526476; } +#logo { + margin: 30px 0 30px; + text-align: center; +} #menu, #networks { margin: 20px; @@ -254,7 +258,7 @@ button::-moz-focus-inner { } #chat .time { color: #dee0e2; - padding: 2px 10px; + /*padding: 2px 10px;*/ } #chat .users { background: #fff; diff --git a/client/img/play.svg b/client/img/play.svg new file mode 100644 index 00000000..e4de11ac --- /dev/null +++ b/client/img/play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/index.html b/client/index.html index a99fa966..fefabe66 100644 --- a/client/index.html +++ b/client/index.html @@ -15,6 +15,11 @@