commit 2e28b198f08b0ef5718faa7ae10a7868bc9047a2 parent 49a00f2a52a40bbb3d00ab3df27a04f14f1636c5 Author: lostd <lostd@2f30.org> Date: Wed, 12 Mar 2014 17:44:31 +0200 Fix style Diffstat:
M | css/local.css | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/css/local.css b/css/local.css @@ -1,9 +1,9 @@ -iframe#icecast { - border-width: 0; - width: 80%; - height: 100%; +#icecast iframe { + border-width: 0; + width: 80%; + height: 100%; } #content p { - text-align: justify; + text-align: justify; }