From: Mark Otto Date: Sun, 15 Nov 2015 01:23:16 +0000 (-0800) Subject: nuke unhelpful comments X-Git-Tag: v4.0.0-alpha.2~132^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23e746d479f3098448d76ccafc9c2d77019c2562;p=thirdparty%2Fbootstrap.git nuke unhelpful comments --- diff --git a/scss/_responsive-embed.scss b/scss/_responsive-embed.scss index ac4dc743a0..aaf8c04708 100644 --- a/scss/_responsive-embed.scss +++ b/scss/_responsive-embed.scss @@ -22,17 +22,14 @@ } } -// Modifier class for 21:9 aspect ratio .embed-responsive-21by9 { padding-bottom: percentage(9 / 21); } -// Modifier class for 16:9 aspect ratio .embed-responsive-16by9 { padding-bottom: percentage(9 / 16); } -// Modifier class for 4:3 aspect ratio .embed-responsive-4by3 { padding-bottom: percentage(3 / 4); }