diff options
author | Pacien TRAN-GIRARD | 2014-02-08 00:10:04 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-02-08 00:10:04 +0100 |
commit | feeb92f2ce193bbda2f699db0de8d189a36296c9 (patch) | |
tree | 73f7d2c7350c6d6710f592c122c117c00babf0c9 /website/assets/css/marketing.css | |
parent | e74aad36d4b5482837a326a1ae39947987817525 (diff) | |
download | esieequest-feeb92f2ce193bbda2f699db0de8d189a36296c9.tar.gz |
Add map and fix css bugs
Diffstat (limited to 'website/assets/css/marketing.css')
-rw-r--r-- | website/assets/css/marketing.css | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/website/assets/css/marketing.css b/website/assets/css/marketing.css index 56da20b..c7faaf3 100644 --- a/website/assets/css/marketing.css +++ b/website/assets/css/marketing.css | |||
@@ -136,7 +136,7 @@ a.pure-button-primary { | |||
136 | /* absolute center .splash within .splash-container */ | 136 | /* absolute center .splash within .splash-container */ |
137 | width: 80%; | 137 | width: 80%; |
138 | height: 50%; | 138 | height: 50%; |
139 | overflow: auto; | 139 | /*overflow: auto;*/ |
140 | margin: auto; | 140 | margin: auto; |
141 | position: absolute; | 141 | position: absolute; |
142 | top: 100px; | 142 | top: 100px; |
@@ -271,16 +271,3 @@ a.pure-button-primary { | |||
271 | font-size: 300%; | 271 | font-size: 300%; |
272 | } | 272 | } |
273 | } | 273 | } |
274 | |||
275 | /* | ||
276 | * Mods | ||
277 | */ | ||
278 | |||
279 | .pure-menu-heading { | ||
280 | text-transform: none !important; | ||
281 | } | ||
282 | |||
283 | .anchor { | ||
284 | position: relative; | ||
285 | margin-top: -5%; | ||
286 | } | ||