diff options
author | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2020-04-15 19:47:23 +0200 |
---|---|---|
committer | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2020-04-15 19:47:23 +0200 |
commit | 1e3c22c1597493c288de6b7e13a2d412160c9cd3 (patch) | |
tree | 7fd918c5aa8962e9cd8cb3b02cce69e16be710ba /htdocs/index.html | |
parent | 2678fe55057401854743a29b6c0a795d81a0f3a0 (diff) | |
download | lifomapserver-1e3c22c1597493c288de6b7e13a2d412160c9cd3.tar.gz lifomapserver-1e3c22c1597493c288de6b7e13a2d412160c9cd3.tar.bz2 lifomapserver-1e3c22c1597493c288de6b7e13a2d412160c9cd3.zip |
Fix wiki links, make red links red
Diffstat (limited to 'htdocs/index.html')
-rw-r--r-- | htdocs/index.html | 3 |
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> |