Просмотр исходного кода

Corrige bug bordure haute pour .day

Avec le déplacement de #new-article, .day:first ne correspondait à rien
et le border-top: none non plus.
Marien Fressinaud 12 лет назад
Родитель
Сommit
4ddaee0e19
2 измененных файлов с 2 добавлено и 3 удалено
  1. 1 2
      p/themes/Dark/freshrss.css
  2. 1 1
      p/themes/Origine/freshrss.css

+ 1 - 2
p/themes/Dark/freshrss.css

@@ -201,9 +201,8 @@
 	line-height: 50px;
 	background: #1c1c1c;
 	border-top: 1px solid #2f2f2f;
-	border-bottom: 1px solid #2f2f2f;
 }
-	.day:first-child {
+	#new-article + .day {
 		border-top: none;
 	}
 	.day .name {

+ 1 - 1
p/themes/Origine/freshrss.css

@@ -209,7 +209,7 @@
 	border-top: 1px solid #aaa;
 	border-bottom: 1px solid #aaa;
 }
-	.day:first-child {
+	#new-article + .day {
 		border-top: none;
 	}
 	.day .name {