Small CSS tweak to correct the cursor when hovering over FAQ links. Fixes #59.

This commit is contained in:
n1474335 2017-01-31 16:10:42 +00:00
parent 6642471164
commit f8193797fa
6 changed files with 12 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -64,6 +64,10 @@ blockquote {
font-size: inherit; font-size: inherit;
} }
blockquote a {
cursor: pointer;
}
optgroup { optgroup {
font-weight: bold; font-weight: bold;
} }

View file

@ -1,5 +1,5 @@
210 source files 211 source files
114832 lines 114836 lines
4.3M size 4.3M size
141 JavaScript source files 141 JavaScript source files