4
0
Эх сурвалжийг харах

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 жил өмнө
parent
commit
4ddaee0e19

+ 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 {