Skip to content

Commit

Permalink
Fix glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
VonOx committed Nov 26, 2015
1 parent 8c299fd commit e5f6c85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/less/core.less
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ body.fixed {

/* Content */
.content {
padding: 20px 15px;
padding: 20px 15px 50px 15px;
background: @body-bg;
overflow: auto;
}
Expand Down
2 changes: 1 addition & 1 deletion assets/styles/AdminLTE.css
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ body.fixed .wrapper {
}
/* Content */
.content {
padding: 20px 15px;
padding: 20px 15px 50px 15px;
background: #f9f9f9;
overflow: auto;
}
Expand Down
2 changes: 1 addition & 1 deletion views/layout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@

</div><!-- ./wrapper -->

<footer class="main-footer hidden-sm">
<footer class="main-footer hidden-sm hidden-xs">
<div class="pull-right">
<span>Gladys <%= gladys.version %></span>
<a class="fa fa-github-alt" href="https://github.com/GladysProject/Gladys" target="_blank"></a>
Expand Down

0 comments on commit e5f6c85

Please sign in to comment.