mirror of
https://github.com/google/nomulus.git
synced 2025-06-19 10:50:49 +02:00
18 lines
316 B
CSS
18 lines
316 B
CSS
textarea#clientCertificate {
|
|
font-family: monospace;
|
|
height: 260px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
/* Registry. */
|
|
input#tldStateTransition.tldStateTransition {
|
|
width: 40em;
|
|
}
|
|
|
|
tr.section-lead th {
|
|
padding-top: 4em;
|
|
padding: 1em 0;
|
|
border-bottom: solid 1px #ebebeb;
|
|
font-size: 1.1em;
|
|
font-weight: bold;
|
|
}
|