divzeroweb

2f30.org website
git clone git://git.2f30.org/divzeroweb
Log | Files | Refs | README | LICENSE

commit 8ce1edc430a2d930f2c343805c48c81d3a904f02
parent 61f6cf33122b40b23cefb1117b395fd1daedf3e8
Author: Eddie Thieda <eddie.thieda@gmail.com>
Date:   Fri, 31 May 2019 00:12:01 -0400

Modified radio iframe so you don't see the scrollbar.

Diffstat:
Mcss/style.css | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/css/style.css b/css/style.css @@ -144,8 +144,8 @@ ol, ul { font-weight: 700; } #icecast { - width: 80%; - height: 100%; + width: 100%; + height: 225px; border-width: 0; } pre {