ensoniq-buddy/css/application.css

35 lines
416 B
CSS
Raw Permalink Normal View History

2021-10-09 13:15:13 +00:00
html {
line-height: 4ex;
}
2021-10-13 17:02:50 +00:00
fieldset label {
2021-10-09 13:15:13 +00:00
display: inline-block;
width: 6em;
}
2021-10-13 17:02:50 +00:00
fieldset label:after {
2021-10-09 13:15:13 +00:00
content: ": ";
}
sub {
font-style: italic;
2021-10-11 03:52:37 +00:00
}
2021-10-11 17:03:58 +00:00
fieldset {
width: 30em;
margin-left: auto;
margin-right: auto;
}
2021-10-11 03:52:37 +00:00
legend a {
cursor: pointer;
display: inline-block;
margin-left: .5em;
}
legend a:last-of-type {
margin-right: .5em;
}
legend a.selected {
color: blue;
2021-10-11 17:03:58 +00:00
}
code {
line-height: initial;
2021-10-09 13:15:13 +00:00
}