hr invisible

This commit is contained in:
chankalan 2020-12-08 23:23:33 +01:00
parent 9ac38a69a8
commit 7cc7079376
3 changed files with 14 additions and 2 deletions

View File

@ -111,3 +111,7 @@ blockquote {
padding:($spacer*1.5);
margin:($spacer*2) 0;
}
hr.spip {
border:0;
}

View File

@ -271,9 +271,7 @@ textarea {
h2.legend,
h3.legend,
legend {
font-weight: bold;
font-style: normal;
text-transform: uppercase;
font-size: 125%;
display: block;
width: 100%;

View File

@ -10,3 +10,13 @@ a {
}
}
}
.inscriptionliste {
fieldset {
margin:0;
}
legend {
font-size:140%;
}
}