add radius for this too
This commit is contained in:
parent
90ef500ace
commit
7208fe2210
|
@ -133,7 +133,7 @@ div.recentchanges {
|
||||||
clear: none;
|
clear: none;
|
||||||
}
|
}
|
||||||
.recentchanges .metadata {
|
.recentchanges .metadata {
|
||||||
padding: 0px 0.5em;
|
padding: 0 0.5em;
|
||||||
}
|
}
|
||||||
.recentchanges .changelog {
|
.recentchanges .changelog {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
@ -420,7 +420,7 @@ li.L8 { list-style: upper-alpha; }
|
||||||
border-right: 2px solid #3e3247;
|
border-right: 2px solid #3e3247;
|
||||||
border-bottom: 2px solid #271f2d;
|
border-bottom: 2px solid #271f2d;
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
padding: 0px 0.5em 0px 0.5em;
|
padding: 0 0.5em 0 0.5em;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
|
@ -573,6 +573,10 @@ a {
|
||||||
}
|
}
|
||||||
.ibox-head span.color {
|
.ibox-head span.color {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
padding: 0;
|
||||||
|
margin: -1px;
|
||||||
|
border: solid 1px #000;
|
||||||
|
border-radius: 0.35em;
|
||||||
display: inline-block
|
display: inline-block
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user