From b7be7880f726fdf9f1f3abda8bf85801c2981ae9 Mon Sep 17 00:00:00 2001 From: santic-zombie Date: Mon, 6 Apr 2020 00:04:44 +0300 Subject: [PATCH] just commit --- css/style.css | 11 ++++++++++- index.html | 6 +++--- js/radio.js | 1 - 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/css/style.css b/css/style.css index e57709c..2c676bd 100644 --- a/css/style.css +++ b/css/style.css @@ -133,8 +133,17 @@ h1 { cursor: pointer; text-align: center; margin: auto; - justify-content : center; } +/* +.muteEl { + margin: auto; + display: -webkit-flex; + display: -moz-flex; + display: -ms-flex; + display: -o-flex; + display: flex; +} +*/ DIV { text-align: center diff --git a/index.html b/index.html index e29f619..07d1cfa 100755 --- a/index.html +++ b/index.html @@ -61,11 +61,11 @@
-
- - +
diff --git a/js/radio.js b/js/radio.js index 6627efd..943560f 100644 --- a/js/radio.js +++ b/js/radio.js @@ -23,7 +23,6 @@ function show() // Получение информации из файла var array = temp.toString().split("\n"); - // .replace - удаление пробелов в начале и конце строки MPDartist = array[0]; MPDsong = array[1]; MPDfile = array[2].replace(/^vk_kun\//,'').replace(/\.mp3/,'');