From 3939a5ff4615f5b6e40beb3032da5bcfa9719233 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 11 Jun 2012 12:43:05 -0400 Subject: [PATCH] Style core in hosted --- hosted.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/hosted.css b/hosted.css index 45682de..dff6216 100644 --- a/hosted.css +++ b/hosted.css @@ -23,9 +23,17 @@ iframe { border: none; padding: 0; overflow: hidden; + margin: 3em 0; } #core { width: 37em; - height: 16em; + height: 15em; + display: block; + margin-left: auto; + margin-right: auto; + + border-color: #EEEEEE; + border-style: solid; + border-width: .1em; } -- 2.22.5