changeset 293:0a14a25a5f15 gmap2

Rename a stylesheet file.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 19 Nov 2016 02:10:00 +0200
parents 64f67ed89172
children 5c15b45947f2
files css/colors.css css/common.css index.php
diffstat 3 files changed, 11 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/css/colors.css	Fri Nov 18 23:24:44 2016 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-.c_laenor div { background: #955; }
-.c_rothikgen div { background: #595; }
-.c_lucentium div { background: #559; }
-.c_desolathya div { background: #599; }
-.c_furnachia div { background: #959; }
-.c_renardy div { background: #c70; }
-.c_tormentas div { background: #7a0; }
-.c_hcbat div { background: #444; }
-.c_special div { background: #a06; }
-.c_all div { background: #0af; }
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/css/common.css	Sat Nov 19 02:10:00 2016 +0200
@@ -0,0 +1,10 @@
+.c_laenor div { background: #955; }
+.c_rothikgen div { background: #595; }
+.c_lucentium div { background: #559; }
+.c_desolathya div { background: #599; }
+.c_furnachia div { background: #959; }
+.c_renardy div { background: #c70; }
+.c_tormentas div { background: #7a0; }
+.c_hcbat div { background: #444; }
+.c_special div { background: #a06; }
+.c_all div { background: #0af; }
--- a/index.php	Fri Nov 18 23:24:44 2016 +0200
+++ b/index.php	Sat Nov 19 02:10:00 2016 +0200
@@ -62,8 +62,8 @@
   "    <script src=\"https://maps.googleapis.com/maps/api/js?v=".$gmapsVersion.
   (isset($gmapsKey) ? "&amp;key=".$gmapsKey: "").
   "&amp;sensor=false\" type=\"text/javascript\"></script>\n".
+  "    <link rel=\"stylesheet\" href=\"css/common.css\" type=\"text/css\" />\n".
   "    <link rel=\"stylesheet\" href=\"".$pageCSS."\" type=\"text/css\" />\n".
-  "    <link rel=\"stylesheet\" href=\"css/colors.css\" type=\"text/css\" />\n".
   "  </head>\n".
   "  <body>\n";