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/,'');