comparison css/mapstyle2.css @ 295:eb98c0758955 gmap2

Move some common things to common.css
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 19 Nov 2016 02:21:25 +0200
parents 8e120dadd0a5
children e7aa649b0090
comparison
equal deleted inserted replaced
294:5c15b45947f2 295:eb98c0758955
115 left: 16px; 115 left: 16px;
116 116
117 font-size: 12px; 117 font-size: 12px;
118 text-align: center; 118 text-align: center;
119 } 119 }
120
121 #controls span {
122 text-shadow: 1px 1px 1px #000;
123 border: 1px solid black;
124 margin: 2px;
125 display: inline-table;
126 }
127
128 #controls * a {
129 text-decoration: none;
130 color: black;
131 padding: 6px;
132 }
133
134 120
135 #sidecoll { 121 #sidecoll {
136 width: 8px; 122 width: 8px;
137 background-image: url(../img/graystrip.jpg); 123 background-image: url(../img/graystrip.jpg);
138 position : absolute; 124 position : absolute;