codecombat/app/styles
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
..
account Merge branch 'prepaid-v2' into master 2015-09-25 10:28:27 -07:00
admin 🐛Fix trial requests approval page width overflow 2015-08-31 05:40:07 -07:00
bootstrap Fixed up our headings font family fallback. 2014-12-07 17:57:57 -08:00
clans Fix weird styling on clans details page 2015-07-26 12:39:43 -07:00
common Remove iframe borders using CSS instead of DOM 2015-10-19 22:58:51 -02:00
contribute Hooked up i18n for redesigned contribute view. 2014-12-19 15:35:18 -08:00
courses Update /courses?_ppc= logged out instructions 2015-10-12 21:13:03 -07:00
docs Added Systems documentation. Fixed #1115. 2014-08-28 22:32:55 -07:00
editor Fixed #2596. Stopped bless-brunch from using its cacheBuster feature. Set no-cache header for /db/model.type/slug so that we can use Cloudflare on /db/model.type/object-id. Fixed a coffeelint warning. 2015-04-07 19:03:35 -07:00
i18n Fixed scrolling issue on background on i18n edit pages. 2015-03-17 16:30:59 -07:00
kinds Fixed level/thang editor table for issue #3052 2015-09-26 20:07:36 -04:00
modal Add subscription sale 2015-08-21 11:19:39 -07:00
play Add course membership required error to LevelLoadingView 2015-10-06 12:48:58 -07:00
user Reworked the MainAccountView, AccountSettingsView, and MainUserView to try and simplify things a bit. 2014-11-25 10:39:53 -08:00
about.sass redoing the about page 2014-09-04 16:59:46 -07:00
achievements.sass Fixed #2305: removed CSS initial keyword usage. 2015-04-17 11:42:38 -07:00
admin.sass Prepaid subscriptions 2015-03-19 15:04:15 -07:00
application.sass
blog.sass
careers.sass Add /careers page 2015-09-14 17:38:18 -07:00
cla.sass
community.sass Added GitHub link to community page. 2015-08-08 10:26:13 -07:00
contact.sass
demo.sass Initial work on a demo view. But brunch won't build demo-app.js for some reason. 2014-06-16 11:40:08 -07:00
employers.sass Reordered i18n in rough order of section importance. Deprecated employer/candidate pages for now and turned off candidate emails. 2014-10-02 12:10:24 -07:00
forms.sass
home.sass Add /careers and Ace of Coders links to home page 2015-09-21 12:40:33 -07:00
legal.sass Update legal.sass 2015-01-31 12:11:09 +00:00
mixins.sass fix #2828 2015-06-28 00:32:08 -03:00
not_found.sass Trying to standardize sass imports in an effort to test #1615, to no avail. 2014-09-30 16:17:54 -07:00
recruitment_base.sass Trying to standardize sass imports in an effort to test #1615, to no avail. 2014-09-30 16:17:54 -07:00
teachers-free-trial.sass Update teacher copy 2015-09-09 13:20:23 -07:00
teachers.sass Update teachers page 2015-03-20 09:18:34 -07:00
test.sass Don't let test view interfere with normal body styles. 2014-07-16 16:01:37 -07:00
treema-ext.sass For the markdown editor node, tweaked ace height, and made sure preview div is hidden by default. 2014-08-26 10:28:01 -07:00