summaryrefslogtreecommitdiff
path: root/htdocs
diff options
context:
space:
mode:
authorGabriel Pérez-Cerezo <gabriel@gpcf.eu>2020-04-15 19:47:23 +0200
committerGabriel Pérez-Cerezo <gabriel@gpcf.eu>2020-04-15 19:47:23 +0200
commit1e3c22c1597493c288de6b7e13a2d412160c9cd3 (patch)
tree7fd918c5aa8962e9cd8cb3b02cce69e16be710ba /htdocs
parent2678fe55057401854743a29b6c0a795d81a0f3a0 (diff)
downloadlifomapserver-1e3c22c1597493c288de6b7e13a2d412160c9cd3.tar.gz
lifomapserver-1e3c22c1597493c288de6b7e13a2d412160c9cd3.tar.bz2
lifomapserver-1e3c22c1597493c288de6b7e13a2d412160c9cd3.zip
Fix wiki links, make red links red
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/htdocs/index.html b/htdocs/index.html
index f4fda26..f2e332f 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -27,6 +27,9 @@
color: white;
text-shadow: 0px 0px 5px black;
}
+ a.new {
+ color: red;
+ }
</style>
<script src="mapscript.js"> </script>
</body>