Adjust styles to be more compact with larger text.

history/short-polling-only
Daniel Perelman 4年前
コミット 7ac94f33d2

@ -1,3 +1,7 @@
body {
font-size: 1.75em;
}
footer hr {
border-width: 0;
border-top: 1px solid lightgray;
@ -148,8 +152,25 @@ footer a, footer a:visited {
.player-body {
display: none;
margin-left: 2ex;
}
.player-summary {
padding-left: 3ex;
text-indent: -3ex;
}
.player-visible:checked ~ .player-body {
display: block;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
select, option {
font-size: inherit;
padding: 0;
margin: 0;
}

読み込み中…
キャンセル
保存