From c81f9587882f644df723a3f6b11f4aa5f9ba7963 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Thu, 14 Feb 2013 13:00:14 -0500 Subject: [PATCH] studio - final prep of introduction areas (with fix for current page content margins) --- cms/static/sass/_base.scss | 2 ++ cms/templates/manage_users.html | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/cms/static/sass/_base.scss b/cms/static/sass/_base.scss index 4462109b88..bd4631b66c 100644 --- a/cms/static/sass/_base.scss +++ b/cms/static/sass/_base.scss @@ -224,9 +224,11 @@ h1 { } .introduction { + @include box-sizing(border-box); @include font-size(14); width: flex-grid(12); margin: 0 0 $baseline 0; + padding: 0 $baseline; .copy strong { font-weight: 600; diff --git a/cms/templates/manage_users.html b/cms/templates/manage_users.html index 722e756203..ae61b7c945 100644 --- a/cms/templates/manage_users.html +++ b/cms/templates/manage_users.html @@ -24,6 +24,14 @@ + +