add radius for this too

master
an 2020-11-22 22:41:05 -07:00
parent 90ef500ace
commit 7208fe2210
1 changed files with 6 additions and 2 deletions

View File

@ -133,7 +133,7 @@ div.recentchanges {
clear: none;
}
.recentchanges .metadata {
padding: 0px 0.5em;
padding: 0 0.5em;
}
.recentchanges .changelog {
font-style: italic;
@ -420,7 +420,7 @@ li.L8 { list-style: upper-alpha; }
border-right: 2px solid #3e3247;
border-bottom: 2px solid #271f2d;
border-radius: 7px;
padding: 0px 0.5em 0px 0.5em;
padding: 0 0.5em 0 0.5em;
font-family: sans-serif;
font-weight: bold;
font-size: small;
@ -573,6 +573,10 @@ a {
}
.ibox-head span.color {
width: 100%;
padding: 0;
margin: -1px;
border: solid 1px #000;
border-radius: 0.35em;
display: inline-block
}