diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2011-09-15 00:41:14 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2011-09-15 00:41:14 -0700 |
commit | cc2e1384904ff984208cf0236a9a5c6e957ba899 (patch) | |
tree | 78f06be19662c55bebe4aa6da1264b6efaa567d9 /css | |
parent | 5332f68b60f6c37850468ab3922936d0a12d9daf (diff) | |
download | pathery-cc2e1384904ff984208cf0236a9a5c6e957ba899.tar.xz |
Tutorial work
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%;
}
|