From: Robert Sesek Date: Sat, 30 Jun 2012 18:29:47 +0000 (-0400) Subject: Style the hosted page a little bit. X-Git-Url: https://src.bluestatic.org/?a=commitdiff_plain;h=8353d97535b211f20a11f980e9ddcf29d3f037e3;p=skeletonkey.git Style the hosted page a little bit. --- 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; +}