From c36e9347a6e7c637a0ea8292737de453fa1707bf Mon Sep 17 00:00:00 2001 From: Christophe HENRY Date: Fri, 29 Jul 2022 12:05:02 +0200 Subject: [PATCH] Adapts the Lagrange style * #entete comes back to .menu-line * the
is removed by the style --- css/lagrange/lagrange.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/css/lagrange/lagrange.css b/css/lagrange/lagrange.css index a094e8c..bcc0b5d 100644 --- a/css/lagrange/lagrange.css +++ b/css/lagrange/lagrange.css @@ -38,7 +38,7 @@ a { text-align: left; } .menu:nth-of-type(3) .menu-line { - text-align: right; + text-align: left; } .menu a, .menu a:visited { @@ -48,7 +48,7 @@ a { #color: #000; } .menu hr { - border: 1px solid lightgrey; + border: 0; } /* @@ -228,12 +228,12 @@ body { margin-right: 0em; padding-right: 0em; } -#entete { +.menu-line { font-size: 100%; /*color: darken(@bg,15%);*/ padding: 2em; } -#entete h1 a { +.menu-line h1 a { /* color: #956a11; font-weight: 300; */ @@ -412,10 +412,10 @@ img { /* Orange Colors (for lagrange.css) */ -#entete { +.menu-line { background-color: #efd9b7; } -#entete h1 a { +.menu-line h1 a { color: #262626; font-weight: 300; }