Skip to content
Snippets Groups Projects
Commit e12b035f authored by Folio Mikael's avatar Folio Mikael
Browse files

Modifications css

parent 84c374ed
No related branches found
No related tags found
No related merge requests found
...@@ -36,10 +36,7 @@ ...@@ -36,10 +36,7 @@
display: none; display: none;
} }
} }
footer{
clear: both;
margin-top: 4rem;
}
.width100{ .width100{
width: 100%; width: 100%;
} }
......
...@@ -22,7 +22,9 @@ body{overflow-x: hidden;line-height: inherit;} ...@@ -22,7 +22,9 @@ body{overflow-x: hidden;line-height: inherit;}
.floatleft{ .floatleft{
float:left; float:left;
} }
.sommaire-back{
display:none;
}
.spip-admin-boutons, a.spip-admin-boutons, .spip-admin-boutons a { .spip-admin-boutons, a.spip-admin-boutons, .spip-admin-boutons a {
color: #FFF; color: #FFF;
text-decoration: none; text-decoration: none;
...@@ -665,4 +667,10 @@ background-size: var(--underline-hover-width) 0.125em, var(--underline-idle-widt ...@@ -665,4 +667,10 @@ background-size: var(--underline-hover-width) 0.125em, var(--underline-idle-widt
.fr-header__operator{ .fr-header__operator{
max-width: 11rem; max-width: 11rem;
}
.prev [rel="prev"]::before{
content:"< ";
}
.next [rel="next"]::after{
content:" >";
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment