From 046965a7a43e36becae6203588f50d1b99c7206e Mon Sep 17 00:00:00 2001 From: choj Date: Sat, 11 Jul 2020 16:59:01 +0200 Subject: [PATCH] nettoyage --- scripts/webbandd.sh | 2 +- src/components/Webbandd.vue | 31 ------------------------------- 2 files changed, 1 insertion(+), 32 deletions(-) diff --git a/scripts/webbandd.sh b/scripts/webbandd.sh index 45eb099..f020177 100755 --- a/scripts/webbandd.sh +++ b/scripts/webbandd.sh @@ -14,7 +14,7 @@ display_usage(){ echo "" echo " must contains :" echo " - two image files : icono_1.png & icono_2.png" - echo " - one folder per album with mp3 and/or wav audio files" + echo " - one folder per album with mp3 and/or wav audio files and a cover.png image file" echo "" } diff --git a/src/components/Webbandd.vue b/src/components/Webbandd.vue index 67683bf..d14ed3a 100644 --- a/src/components/Webbandd.vue +++ b/src/components/Webbandd.vue @@ -78,16 +78,6 @@ section h2 { font-size: 2rem; } -/* section.album:nth-of-type(even){ - color: var(--main-color); - background-color: var(--secondary-color); -} - -section.album:nth-of-type(odd){ - background-color: var(--main-color); - color: var(--secondary-color); -} */ - section.cover{ background : url(../assets/images/icono_1.png) no-repeat center center; } @@ -106,27 +96,6 @@ section.album img{ border : 2px solid var(--secondary-color); } -/*section.albums{*/ - /*background-color: black;*/ - /*color:white; - display: flex; - flex-direction: column; - justify-content: center; - line-height: 200%;*/ -/*}*/ - -/*section.albums > * { - padding-left: 10vw; -} - -section.albums h2 { - padding-left: 20vw; - font-weight: normal; -} - -section.albums ul { - list-style-type: none; -}*/ section.icono-2{ background : url(../assets/images/icono_2.png) no-repeat center center;