Projet

Général

Profil

0001-misc-always-hide-site-title-text-32680.patch

Frédéric Péters, 14 juillet 2022 23:02

Télécharger (2,06 ko)

Voir les différences:

Subject: [PATCH] misc: always hide site title text (#32680)

 static/grandlyon/_custom.scss          | 3 ++-
 static/montpellier/_custom.scss        | 3 ++-
 static/nanterre/_custom.scss           | 3 ++-
 static/seine-et-marne-apa/_custom.scss | 3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)
static/grandlyon/_custom.scss
25 25
	&.has-logo {
26 26
		a {
27 27
			background-image: url(/assets/header:logo);
28
			text-indent: -1000px;
28
			text-indent: -10000px;
29
			overflow: hidden;
29 30
		}
30 31
	}
31 32
}
static/montpellier/_custom.scss
73 73
div#top > a {
74 74
  padding-top: 30px;
75 75
  display: block;
76
  text-indent: -1000px;
76
  text-indent: -10000px;
77
  overflow: hidden;
77 78
  padding-bottom: 140px;
78 79
}
79 80

  
static/nanterre/_custom.scss
12 12
}
13 13

  
14 14
#logo a {
15
	text-indent: -1000px;
15
	text-indent: -10000px;
16
	overflow: hidden;
16 17
	display: block;
17 18
	color: $primary-color;
18 19
	background: url(img/logo_nanterre.png) top left no-repeat;
static/seine-et-marne-apa/_custom.scss
47 47
#logo a {
48 48
	background: url(img/portail.png) top left no-repeat;
49 49
	display: inline-block;
50
	text-indent: -2000px;
50
	text-indent: -10000px;
51
	overflow: hidden;
51 52
	width: 259px;
52 53
	height: 44px;
53 54
	padding: 0;
54
-