Ajout de la classe identity pour les cadres ombrés

This commit is contained in:
2021-09-15 17:04:38 +02:00
parent 5d7191b105
commit 3ab127e6a2
2 changed files with 9 additions and 3 deletions

View File

@ -18,6 +18,12 @@ section, summary, time, mark, audio, video {
font-size: 100%;
font: inherit;
vertical-align: baseline;}
.identity {
box-shadow: 1px 1px 10px #aaa;
padding: 1em;
}
.a_git {
border-bottom: none;
}