diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/mapstyle.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/css/mapstyle.css b/css/mapstyle.css index 49d154c..8e989e1 100644 --- a/css/mapstyle.css +++ b/css/mapstyle.css @@ -25,12 +25,16 @@ }
-.dsp_33 {
- width:32%;
-}
+
.dsp_60 {
width:60%;
}
+.dsp_49 {
+ width:49%;
+}
+.dsp_33 {
+ width:32%;
+}
.dsp_24 {
width:23%;
}
|