Added top padding to h2 elements so not under menubar

This commit is contained in:
Nigel Metheringham 2013-02-24 13:01:09 +00:00
parent 86d55c1c4d
commit 9ae64ffba9

View file

@ -2,3 +2,7 @@
.dropdown-menu {
overflow-y: auto;
}
h2 {
padding-top: 40px;
}