Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nathan R Lapierre
advisor
Commits
a342db84
Commit
a342db84
authored
Dec 30, 2013
by
Daniel W Bond
Browse files
fixed issue with page header banners
parent
21049649
Changes
3
Hide whitespace changes
Inline
Side-by-side
advisor/static/css/style.css
View file @
a342db84
...
...
@@ -12,10 +12,10 @@ body {
min-height
:
100%
;
height
:
auto
;
/* Negative indent footer by its height */
margin
:
0
auto
-
60
px
;
margin
:
0
auto
-
25
px
;
/* Pad bottom by footer height */
padding
:
0
0
60
px
;
padding-top
:
60
px
;
padding
:
0
0
25
px
;
padding-top
:
25
px
;
}
/* Set the fixed height of the footer here */
...
...
advisor/templates/compare.html
View file @
a342db84
...
...
@@ -9,7 +9,8 @@ GMU Advisor | Compare
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-md-12 text-center"
>
<h2>
Compare Trajectories
</h2>
<h2>
Compare Trajectories
</h2>
</div>
</div>
</div>
...
...
advisor/templates/create.html
View file @
a342db84
...
...
@@ -13,6 +13,7 @@ GMU Advisor | Create
<p
class=
"lead"
>
Semester Four
</p>
<!-- Eventually need to give the graduation dates!
Can't believe I hadn't thought of that! -->
</div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment