mirror of
https://github.com/dolphin-emu/www.git
synced 2024-11-23 17:39:41 +00:00
Style changes: hide the anchor by default in the FAQ and change the spinning loading imge
This commit is contained in:
parent
d495ae672b
commit
6c7ffaa780
@ -2,6 +2,11 @@
|
||||
|
||||
h1 a.anchor, h2 a.anchor {
|
||||
font-size: 60%;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
h1:hover a.anchor, h2:hover a.anchor {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
#gallery {
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.6 KiB |
@ -1,6 +1,6 @@
|
||||
{% load i18n %}
|
||||
|
||||
<!DOCTYPE html5>
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
|
Loading…
Reference in New Issue
Block a user