diff options
author | Martin Wright <martin@mynameismartin.com> | 2015-04-07 17:31:36 +0100 |
---|---|---|
committer | Martin Wright <martin@mynameismartin.com> | 2015-04-07 17:31:36 +0100 |
commit | 0dc74e25610064d75eff4144c3f46aa8d96f5489 (patch) | |
tree | ee5df695f83234c251cae913127292fa7fecd8e5 | |
parent | 06e13489e2afa36f2070f61fd68abb357c1d18b7 (diff) |
remove para declaration
Not needed, causing spacing problems on themes, so they just revert it anyway
-rw-r--r-- | app/assets/stylesheets/responsive/_global_style.scss | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/assets/stylesheets/responsive/_global_style.scss b/app/assets/stylesheets/responsive/_global_style.scss index 24cddc0d9..27d238962 100644 --- a/app/assets/stylesheets/responsive/_global_style.scss +++ b/app/assets/stylesheets/responsive/_global_style.scss @@ -84,9 +84,6 @@ dd { dt + dd { margin-top: 0.5em; - > p { - margin-top: 0; - } } |