feature: center align the fieldset titles
This commit is contained in:
parent
15d332012f
commit
dc0cf33d37
|
|
@ -145,6 +145,10 @@ tr:hover td {
|
|||
|
||||
legend {
|
||||
padding-top: 1em;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
padding-bottom: 1em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
span.icon {
|
||||
|
|
|
|||
Loading…
Reference in New Issue