codecombat/app
UltCombo 2c97238a7f Remove iframe borders using CSS instead of DOM
This patch makes iframe borders render identically in all supported browsers (i.e. no border).

Although Chrome does not displays borders around iframes by default, Firefox and Edge (IE) had visible iframe borders prior to this patch. This is because, as [previously mentioned](https://github.com/codecombat/codecombat/pull/3122#discussion_r42338590), the DOM property was mistyped as `frameborder` when it should be `frameBorder`.

As this is presentational issue, it feels more appropriate to fix it using CSS. Therefore, I've removed the buggy JS code and added a generic CSS solution to reset iframes' border styling.
2015-10-19 22:58:51 -02:00
..
assets Add /careers page 2015-09-14 17:38:18 -07:00
collections added achievement editor for #2304 2015-02-16 17:12:05 -05:00
core Route /hoc to courses 2015-10-12 16:25:23 -07:00
lib Remove vestigial function argument 2015-10-14 15:00:57 -07:00
locale zh-hans typos 2015-10-18 21:17:13 -04:00
models Minor fixes 2015-10-14 14:48:43 -07:00
schemas Fix colorConfig prerendered sprite sheet data, comparison 2015-10-14 10:41:10 -07:00
styles Remove iframe borders using CSS instead of DOM 2015-10-19 22:58:51 -02:00
templates Remove Ace of Coders tournament blurb from home page 2015-10-16 14:55:58 -07:00
views Remove iframe borders using CSS instead of DOM 2015-10-19 22:58:51 -02:00