Style core in hosted
authorRobert Sesek <rsesek@google.com>
Mon, 11 Jun 2012 16:43:05 +0000 (12:43 -0400)
committerRobert Sesek <rsesek@google.com>
Mon, 11 Jun 2012 16:43:05 +0000 (12:43 -0400)
hosted.css

index 45682def9222d4b6c01fb659df6e2e23c4ff0540..dff621666b2db726918fcb1fc85c5164e429c392 100644 (file)
@@ -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;
 }