File tree Expand file tree Collapse file tree 4 files changed +30
-3
lines changed Expand file tree Collapse file tree 4 files changed +30
-3
lines changed Original file line number Diff line number Diff line change 14
14
"html" : "<div class=\"markdown-help-more\">" +
15
15
"<p>Les simples retours à la ligne ne sont pas pris en compte. Pour créer un nouveau paragraphe, pensez à <em>sauter une ligne</em> !</p>" +
16
16
"<pre><code>**gras** \n*italique* \n[texte de lien](url du lien) \n> citation \n+ liste a puces </code></pre>" +
17
- "<a href=\"http://zestedesavoir.com/articles/1 /rediger-sur-zds/\">Voir la documentation complète</a></div>" +
17
+ "<a href=\"http://zestedesavoir.com/articles/29 /rediger-sur-zds/\">Voir la documentation complète</a></div>" +
18
18
"<a href=\"#open-markdown-help\" class=\"open-markdown-help btn btn-grey ico-after view\">" +
19
19
"<span class=\"close-markdown-help-text\">Masquer</span>" +
20
20
"<span class=\"open-markdown-help-text\">Afficher</span> l'aide Markdown" +
Original file line number Diff line number Diff line change 104
104
.header-container header {
105
105
background : #084561 ;
106
106
border-bottom : 3px solid $orange ;
107
- position : relative ;
108
107
109
108
a ,
110
109
button {
Original file line number Diff line number Diff line change 7
7
8
8
9
9
@media only screen and (max-width : 760px ) {
10
+ #cookies-banner {
11
+ display : block ;
12
+ position : absolute ;
13
+ top : 50px ;
14
+ right : 0 ;
15
+ bottom : 0 ;
16
+ left : 0 ;
17
+ z-index : 10 ;
18
+
19
+ p {
20
+ margin-top : 40px ;
21
+ padding : 0 20px ;
22
+ }
23
+
24
+ a , #accept-cookies {
25
+ display : block ;
26
+ width : 100% ;
27
+ height : 40px ;
28
+ padding : 0 !important ;
29
+ margin : 15px 0 0 0 !important ;
30
+ text-align : center ;
31
+ }
32
+ a {
33
+ margin-top : 40px !important ;
34
+ line-height : 40px ;
35
+ }
36
+ }
37
+
10
38
html .dropdown-active {
11
39
overflow : hidden ;
12
40
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ <h2 class="box">Erreur 500</h2>
29
29
{% block content %}
30
30
< p >
31
31
Si vous voyez cette page, c'est que vous avez trouvé un bug. Merci
32
- de reporter cette erreur en expliquant comment vous avez procédé
32
+ de rapporter cette erreur en expliquant comment vous avez procédé
33
33
pour tomber sur cette page.
34
34
</ p >
35
35
{% endblock %}
You can’t perform that action at this time.
0 commit comments