Skip to content

Commit

Permalink
Hide template elements to prevent 1.1 from rendering them
Browse files Browse the repository at this point in the history
Signed-off-by: Kaustav Das Modak <[email protected]>
  • Loading branch information
Kaustav Das Modak committed Dec 20, 2014
1 parent 6f765df commit 3773ac8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -426,3 +426,10 @@ section {
.has-padding {
padding: 1rem;
}

/**
* Weird fixes
*/
template {
display: none;
}

0 comments on commit 3773ac8

Please sign in to comment.