Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pédagogies Multimodales
Phonographe
Commits
99d22e9c
Commit
99d22e9c
authored
Aug 01, 2022
by
Sylvain Coulange
Browse files
désactivation ligatures automatiques
parent
d91414c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
static/styles/main.css
View file @
99d22e9c
...
...
@@ -120,6 +120,7 @@ body {
background-image
:
url(../im/arriereplan.gif)
;
background-color
:
rgba
(
255
,
255
,
255
,
0.5
);
font-family
:
Ubuntu
,
Palatino
,
Times
,
Calibri
;
font-variant-ligatures
:
no-common-ligatures
;
font-size
:
14pt
;
text-align
:
center
;
padding
:
0px
;
...
...
templates/users/register.html
View file @
99d22e9c
...
...
@@ -7,7 +7,7 @@
{% block content %}
<div
class=
"container content-section registerBlock"
>
<form
method=
"POST"
>
<form
method=
"POST"
style=
"max-width: 500px; text-align: left; margin:auto"
>
{% csrf_token %}
<fieldset
class=
"form-group"
>
<legend
class=
"border-bottom mb-4"
>
S'enregistrer
</legend>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment