From e193104b66c710ed6b78e0b582df3855d5dd55b2 Mon Sep 17 00:00:00 2001 From: Philzen Date: Wed, 26 Mar 2014 16:02:27 +0100 Subject: [PATCH 1/2] Fix missing semicolon in wilcard rule --- css/flex.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/flex.css b/css/flex.css index 75bcd18ea..6576e94ae 100755 --- a/css/flex.css +++ b/css/flex.css @@ -7,7 +7,7 @@ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* set highlight color for user interaction */ -moz-tap-highlight-color:rgba(0, 0, 0, 0); /* set highlight color for user interaction */ -ms-touch-action:none; - -moz-user-select:-moz-none + -moz-user-select:-moz-none; -webkit-touch-callout: none; /* prevent the popup menu on any links*/ margin:0; padding:0; @@ -615,4 +615,4 @@ body { overflow-y:visible !important; overflow:visible !important; } -} \ No newline at end of file +} From d7a5085d6869b37226b57becdfffb278b2c8aa01 Mon Sep 17 00:00:00 2001 From: Philzen Date: Wed, 26 Mar 2014 16:05:27 +0100 Subject: [PATCH 2/2] some formatting --- css/flex.css | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/css/flex.css b/css/flex.css index 6576e94ae..7bca4aad1 100755 --- a/css/flex.css +++ b/css/flex.css @@ -3,31 +3,31 @@ **********************************************************/ * { - -webkit-user-select:none; /* Prevent copy paste for all elements except text fields */ - -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* set highlight color for user interaction */ - -moz-tap-highlight-color:rgba(0, 0, 0, 0); /* set highlight color for user interaction */ - -ms-touch-action:none; - -moz-user-select:-moz-none; + -webkit-user-select: none; /* Prevent copy paste for all elements except text fields */ + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* set highlight color for user interaction */ + -moz-tap-highlight-color: rgba(0, 0, 0, 0); /* set highlight color for user interaction */ + -ms-touch-action: none; + -moz-user-select: -moz-none; -webkit-touch-callout: none; /* prevent the popup menu on any links*/ - margin:0; - padding:0; - -webkit-box-sizing:border-box; - -moz-box-sizing:border-box; - box-sizing:border-box; + margin: 0; + padding: 0; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; } body { - overflow-x:hidden; - -webkit-text-size-adjust:none; - font-family:'Helvetica Neue', Helvetica, Arial, sans-serif; - color:#000; - font-size:14px; - display:-webkit-box; + overflow-x: hidden; + -webkit-text-size-adjust: none; + font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; + color: #000; + font-size: 14px; + display: -webkit-box; background: #CBD2D8; /* We want to layout our first container vertically */ -webkit-box-orient: vertical; /* we want our child elements to stretch to fit the container */ - -webkit-box-align:stretch; + -webkit-box-align: stretch; } /* General styles that apply to elements not contained within other classes and styles */