css: remove borders from id history

This commit is contained in:
Christophe Siraut 2020-11-30 09:00:27 +01:00
parent 8ec89c7a33
commit 4168330fae
1 changed files with 4 additions and 0 deletions

View File

@ -324,6 +324,10 @@ div.wiki {
padding-right: 1ex;
}
#history {
border: 0;
}
p.breadcrumb {
border-bottom:1px solid white;
font-size:0.9em;