Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev'
Browse files Browse the repository at this point in the history
Conflicts:
	app/views/general/mainBody.scala.html

All conflicts now resolved, and build passes.
  • Loading branch information
Server (probably Mike) committed Mar 10, 2015
2 parents 529ede0 + de73144 commit 39605b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions app/assets/stylesheets/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ body {
}
}

/* Moves all glyphicons up one pixel */
glyphicon {
top: 0px;
}

.largeHeading, .smallHeading {
flex-shrink: 0;
}
Expand Down
5 changes: 0 additions & 5 deletions app/views/general/mainBody.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@

<!-- This is the custom stylesheet, so must load last. -->
<link rel="stylesheet" href="@controllers.routes.Assets.at("stylesheets/main.css")" />
<style>
.glyphicon {
top: 0px;
}
</style>
</head>
<body>
@* Here be ye right ol' content! *@
Expand Down

0 comments on commit 39605b1

Please sign in to comment.