Skip to content

Commit

Permalink
Adding some padding for titles in the documentation.
Browse files Browse the repository at this point in the history
This fixes the scroll position when clicking on a link to a title (so that
the title is visible, and not hidden behind the header).
  • Loading branch information
divdavem committed Jan 26, 2015
1 parent 981411d commit d7d3201
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/templates/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
ol, ul {
padding-left: 30px;
}
h1 {
padding-top: 50px;
}
</style>
</head>
<body class="documentation">
Expand Down

0 comments on commit d7d3201

Please sign in to comment.