removed margin from section and added to body

This commit is contained in:
Bret Haynie 2014-04-25 12:32:40 -04:00
parent ef83999fc9
commit 7b30af0684
2 changed files with 5 additions and 8 deletions

View File

@ -6,4 +6,4 @@
@import 'bootstrap-tagsinput.css'; @import 'bootstrap-tagsinput.css';
@import 'campaign'; @import 'campaign';
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
section { body {
margin-top: 70px; margin-top: 50px;
} }
ul { ul {
@ -11,8 +11,7 @@ ul {
font-size: .85em; font-size: .85em;
} }
// $medgray: #3A9AC9;
$medgray: #3A9AC9;
.videolisting { .videolisting {
label { label {
@ -52,7 +51,6 @@ $medgray: #3A9AC9;
} }
.campaigns { .campaigns {
input, select, textarea { input, select, textarea {
width: 100%; width: 100%;
@ -102,11 +100,10 @@ $medgray: #3A9AC9;
} }
} }
#error_explanation ul{ #error_explanation ul{
display: none; display: none;
} }
span.help-inline { span.help-inline {
color: #f00; color: #f00;
} }