Skip to content

Commit

Permalink
Renamed some files
Browse files Browse the repository at this point in the history
  • Loading branch information
ltguillaume committed Jan 30, 2021
1 parent d20f38e commit 75a2b56
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions music.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@font-face {
font-family: Barlow;
src: url("musictxt.woff") format("woff");
src: url("music.txt.woff") format("woff");
}

@font-face {
font-family: BarlowSC;
src: url("musictxtsc.woff") format("woff");
src: url("music.txtsc.woff") format("woff");
}

@font-face {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion music.htm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="/music.webmanifest">
<link rel="stylesheet" href="music.css" type="text/css">
<link rel="stylesheet" href="musictheme.css" type="text/css">
<link rel="stylesheet" href="music.theme.css" type="text/css">
<link rel="shortcut icon" href="music.png" type="image/png">
<script src="music.js"></script>
<title id="pagetitle"></title>
Expand Down
2 changes: 1 addition & 1 deletion music.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$ini = parse_ini_file('musicdefaults.ini', true, INI_SCANNER_RAW);
$ini = parse_ini_file('music.defaults.ini', true, INI_SCANNER_RAW);
if (file_exists('music.ini'))
$ini = ini_merge($ini, parse_ini_file('music.ini', true, INI_SCANNER_RAW));

Expand Down
2 changes: 1 addition & 1 deletion musictheme.css → music.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#cover:hover, #cover.nofade { opacity: 1 }

@media (min-width: 541px) {
body { background-image: url("musictheme.svg") }
body { background-image: url("music.theme.svg") }
body > div { box-shadow: 0 0 3px #242424 }
}

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.

0 comments on commit 75a2b56

Please sign in to comment.