fix cursor on headings

This commit is contained in:
Vladimir Agafonkin 2013-11-18 18:15:44 +02:00
parent 7fe1f804d3
commit fb5c2484f0

View File

@ -74,7 +74,9 @@ h2 {
border-radius: 5px;
text-shadow: 0 -1px 1px rgba(0,0,0,0.35);
}
.api-page h2 {
cursor: pointer;
}