diff options
Diffstat (limited to 'design/sass/v6/ie.sass')
-rw-r--r-- | design/sass/v6/ie.sass | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/design/sass/v6/ie.sass b/design/sass/v6/ie.sass new file mode 100644 index 0000000..8ba7172 --- /dev/null +++ b/design/sass/v6/ie.sass @@ -0,0 +1,49 @@ +.archive + clear: both + article + *clear: both +#pagination + clear: both +.figcaption + *clear: both + *display: inline-block +.top + clear: both + display: inline-block +#projects-archive + clear: both + display: inline-block +.black, .dark + nav + a, a:visited + color: white !important + a:hover + color: #b53a04 !important +#map-canvas img + border: none +.park + h1, .legend + *margin-left: -490px !important + .legend + height: 60px !important + .buttons + margin-top: 15px !important + a + display: block + float: left + margin-left: 8px + padding: 7px !important + .map-wrapper + *margin-left: 22px !important +.drop + font-size: 5em !important + padding: 24px 10px 20px 0 !important +.double .drop, .drop-small + padding: 14px 8px 5px 0 +.picfull + display: block !important + float: none !important + clear: both !important + display: inline-block !important +.dark body:focus, .black body:focus + outline: none\9 |