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 'campaign';
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////

View File

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