diff options
| author | 2014-01-25 16:58:36 +0100 | |
|---|---|---|
| committer | 2014-01-25 16:58:36 +0100 | |
| commit | 4ddaee0e1904cd3b548299a47807b44a2f85bf46 (patch) | |
| tree | 6473f40b85f832fd3ddb18829b5c093ce0214fda /p/themes/Dark/freshrss.css | |
| parent | fbf48f5861b18714986b7fba1dc57642ba29a8b5 (diff) | |
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.
Diffstat (limited to 'p/themes/Dark/freshrss.css')
| -rw-r--r-- | p/themes/Dark/freshrss.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/p/themes/Dark/freshrss.css b/p/themes/Dark/freshrss.css index 77dd1fc4f..40634e398 100644 --- a/p/themes/Dark/freshrss.css +++ b/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 { |
