diff --git a/_includes/themes/twitter/myconfig.html b/_includes/themes/twitter/myconfig.html index 12674743..cf0db164 100644 --- a/_includes/themes/twitter/myconfig.html +++ b/_includes/themes/twitter/myconfig.html @@ -38,9 +38,11 @@
+
{{ content }}
+
diff --git a/css/style_config.css b/css/style_config.css index 029223eb..47fe4857 100644 --- a/css/style_config.css +++ b/css/style_config.css @@ -298,7 +298,11 @@ Full-Width Styles *******************************************************************************/ .outer { - width:800px; + width: 100%; +} + +.preinner { + width: 800px; } .inner {