Style changes: hide the anchor by default in the FAQ and change the spinning loading imge

This commit is contained in:
Pierre Bourdon 2012-08-09 15:06:25 +02:00
parent d495ae672b
commit 6c7ffaa780
3 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
{% load i18n %}
<!DOCTYPE html5>
<!DOCTYPE html>
<html>
<head>