divzeroweb

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

commit e01ae26b277a93d31819d1de965203ab34e5d2c3
parent a050a968cf569d61ac930d69b1ffd0ef5d31c696
Author: lostd <lostd@2f30.org>
Date:   Wed, 19 Feb 2014 20:10:45 +0200

Update the icecast iframe style

Diffstat:
Acss/local.css | 5+++++
Dradio.css | 11-----------
2 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/css/local.css b/css/local.css @@ -0,0 +1,5 @@ +iframe#icecast { + border-width: 0; + width: 80%; + height: 100%; +} diff --git a/radio.css b/radio.css @@ -1,11 +0,0 @@ -/* hack for icecast iframe to link back here */ -body { - margin: 0; -} -table { - font: 96% sans-serif; - color: #aaaaaa; -} -td { - padding-right: 2ex; -}