1
0
forked from rfa/radioweb

Merge branch 'master' of rfa/radioweb into master

This commit is contained in:
Ronnie Brunswijk 2019-04-12 05:29:16 -07:00 committed by Gogs
commit 2d28e8041f

View File

@ -13,10 +13,9 @@
font-family: sans-serif;
font-size-adjust: 0.62;
font-synthesis: 12px;
font-variant-ligatures: unset;
font-variant: all-petite-caps;
letter-spacing: 2px;
margin-bottom: 0;
margin-bottom: .5rem;
text-align: center;
text-shadow: 0px 0px 2px #ffffff;
}
@ -27,19 +26,24 @@
}
audio, #history {
width: 80vw;
width: 75vw;
max-width: 1140px;
min-width: 320px;
border: 1px solid #888;
border: 1px solid #666;
}
#history {
font-size: 1.2rem;
padding:0;
margin: 1rem auto;
padding:1rem 0;
font-size: 1.25rem;
line-height: 1.5;
list-style: none;
}
#history li {
padding: .25rem;
}
#history > :first-child {
font-weight: bold;
}