From 8d9677946bd6dad2d842c4302f1a4759bb5230e7 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Thu, 2 Apr 2015 17:52:03 +0430 Subject: [PATCH] small fixes --- _posts/2015-03-28-css-filters.md | 3 +-- _sass/_base.scss | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/_posts/2015-03-28-css-filters.md b/_posts/2015-03-28-css-filters.md index 85bc304..fd91293 100644 --- a/_posts/2015-03-28-css-filters.md +++ b/_posts/2015-03-28-css-filters.md @@ -8,9 +8,8 @@ categories: css I've been working on the [CSS Filter Editor widget](https://bugzilla.mozilla.org/show_bug.cgi?id=1055181) in Firefox Developer Tools for the past few weeks, it should land soon. Thanks to [Patrick Brosset](https://medium.com/@patrickbrosset) for mentoring me and [Tim Nguyen](https://github.com/nt1m) for his great contributions. -Here is an [online version](http://mdibaiee.github.io/CSS-Filter-Tooltip/) to use as a playground (The component used in Firefox is a more complete version of this). +Here is an [online version](http://mdibaiee.github.io/CSS-Filter-Tooltip/) to use as a playground (The component used in Firefox is a more complete version of this). It doesn't seem to work in Chrome. -It doesn't seem to work in Chrome You can also use [David Walsh's demo](http://davidwalsh.name/demo/css-filters.php), although it doesn't have as much flexibility. CSS Filters are supported by most modern browsers ([Can I Use CSS Filters](http://caniuse.com/#feat=css-filters)), if your browser doesn't support this, please change your browser (I recommend [Firefox](https://www.mozilla.org/en-US/firefox/new/)). diff --git a/_sass/_base.scss b/_sass/_base.scss index 0894b86..72ecd63 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -27,6 +27,9 @@ body { box-sizing: border-box; } +s { + display: inline; +} /**