From 8353d97535b211f20a11f980e9ddcf29d3f037e3 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 30 Jun 2012 14:29:47 -0400 Subject: [PATCH] Style the hosted page a little bit. --- hosted.css | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/hosted.css b/hosted.css index dff6216..16dd01b 100644 --- a/hosted.css +++ b/hosted.css @@ -19,21 +19,33 @@ * DEALINGS IN THE SOFTWARE. */ +body { + background-color: #EFEFEF; + margin: 0 auto; + width: 50em; +} + iframe { border: none; padding: 0; overflow: hidden; margin: 3em 0; -} -#core { width: 37em; - height: 15em; display: block; margin-left: auto; margin-right: auto; - border-color: #EEEEEE; + background-color: #FFF; + border-color: #CCC; border-style: solid; border-width: .1em; } + +#core { + height: 15em; +} + +#options { + height: 6.25em; +} -- 2.22.5