Projet

Général

Profil

0001-themes-remove-useless-.large-class-on-content-50094.patch

Thomas Jund, 28 janvier 2021 16:24

Télécharger (4,22 ko)

Voir les différences:

Subject: [PATCH] themes: remove useless .large class on #content (#50094)

 static/alpes-maritimes-2018/_custom.scss | 2 +-
 static/cnil/_custom.scss                 | 2 +-
 static/includes/wcs/_bulk.scss           | 2 +-
 static/lille/_custom.scss                | 2 +-
 static/metz-metropole-2019/_custom.scss  | 2 +-
 static/minint/sass/_form.scss            | 2 +-
 static/minint/sass/_team.scss            | 2 +-
 static/villejuif/_custom.scss            | 2 +-
 templates/theme.html                     | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)
static/alpes-maritimes-2018/_custom.scss
302 302
	}
303 303
}
304 304

  
305
div.large div#rub_service, div#rub_service {
305
div.gru-content div#rub_service, div#rub_service {
306 306
	h2 {
307 307
		text-transform: uppercase;
308 308
		text-align: left;
static/cnil/_custom.scss
208 208
	}
209 209
}
210 210

  
211
div.large #rub_service form.quixote {
211
div.gru-content #rub_service form.quixote {
212 212
	h3, h4 {
213 213
		clear: both;
214 214
		margin: 25px 0;
static/includes/wcs/_bulk.scss
82 82
	@extend %title;
83 83
}
84 84

  
85
div.large div#rub_service h3,
85
div.gru-content div#rub_service h3,
86 86
div#rub_service h3 {
87 87
	border: none;
88 88
	text-align: left;
static/lille/_custom.scss
764 764
	padding-left: 0;
765 765
}
766 766

  
767
div.large div#rub_service h3,
767
div.gru-content div#rub_service h3,
768 768
div#rub_service h3 {
769 769
	@extend %title;
770 770
	padding-left: 0;
static/metz-metropole-2019/_custom.scss
907 907
	font-size: 90%;
908 908
}
909 909

  
910
div.large div#rub_service h3,
910
div.gru-content div#rub_service h3,
911 911
div#rub_service h3 {
912 912
	@extend %title;
913 913
	padding-left: 0;
static/minint/sass/_form.scss
35 35
div#accessibility h2,
36 36
div#contact h2,
37 37
div#gauche h3,
38
div.large div#rub_service h3,
38
div.gru-content div#rub_service h3,
39 39
div#centre h3 {
40 40
  padding: 0;
41 41
  border: none;
static/minint/sass/_team.scss
114 114
  div#accessibility h2,
115 115
  div#contact h2,
116 116
  div#gauche h3,
117
  div.large div#rub_service h3,
117
  div.gru-content div#rub_service h3,
118 118
  div#centre h3 {
119 119
    &.title_form { font-size: em(16, $font-size-base); }
120 120
  }
static/villejuif/_custom.scss
121 121
	border-bottom: 2px solid $primary-color;
122 122
}
123 123

  
124
div.large div#rub_service h3,
124
div.gru-content div#rub_service h3,
125 125
div#rub_service h3 {
126 126
	background-color: #1ba39c;
127 127
	color: #fff;
templates/theme.html
128 128
{% endblock %}
129 129

  
130 130
    {% block content-pre %}{% endblock %}
131
    <div id="content" class="gru-content large">
131
    <div id="content" class="gru-content">
132 132
            {% block content-top %}{% endblock %}
133 133
            {% block content %}
134 134
            {% endblock %}
135
-