Skip to content

Commit

Permalink
Adjust the content to the new footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Aug 11, 2015
1 parent f8fb179 commit abf68b0
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
4 changes: 4 additions & 0 deletions docs/css/app.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/css/app.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions docs/scss/components/_pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@

}

.content {
padding-bottom: 60px;
}

@media (min-width:$viewport-medium) {

Expand Down
2 changes: 1 addition & 1 deletion templates/executions.html.tmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{define "content"}}
<div class="container">
<div class="container content">
<div class="row">
<h1>Executions</h1>
<h2>Showing Last 100 Job executions for job {{.JobName}}</h2>
Expand Down
2 changes: 1 addition & 1 deletion templates/index.html.tmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{define "content"}}
<div class="container" ng-controller="IndexCtrl">
<div class="container content" ng-controller="IndexCtrl">
{{template "status" .}}
<div class="row">
<div class="panel panel-default">
Expand Down
2 changes: 1 addition & 1 deletion templates/jobs.html.tmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{define "content"}}
<div class="container" ng-controller="JobListCtrl">
<div class="container content" ng-controller="JobListCtrl">
{{template "status" .}}
<div class="row">
<table class="table table-striped">
Expand Down

0 comments on commit abf68b0

Please sign in to comment.