diff --git a/source/mahara/static/mahara.css_t b/source/mahara/static/mahara.css_t index 5f90f52c894fb0f5d4307f79665404a88c702f00..f5694d31d3fd4fd2714bc33d2871f05f9d09df00 100644 --- a/source/mahara/static/mahara.css_t +++ b/source/mahara/static/mahara.css_t @@ -465,6 +465,19 @@ a.incognito:hover { visibility: hidden; } +.section:target { + position: static; + visibility: visible; + top: 0; +} + +.section::before { + content: ''; + display: block; + height: 120px + margin-top: -120px; + visibility: hidden; +} /* -- Buttons --------------------------------------------------------------- */ .btn, .btn-default {