Adapted from Gutenberg's Gallery Block CSS
Ensure your theme is using add_theme_support( 'html5', array( 'gallery', 'caption' ) ); in functions.php to suppress inline CSS styles.
| BEGIN MESSAGE. | |
| POPyARUu7fxEJT1 ex0E0K30k2uojgw QRthhi59WACB5Uh EKnovlrBKBaVZ5a | |
| pRpDcluTghx6JhH oMVamaxO1pxTCKq 6Xr2MZHgg6yEtEz DQSi9fHLSsOqlsB | |
| 6L7zGjjdFSyYEr4 GQHOkElIv1ME3WE K4cILZOtJ3NkJNC mE7t9gWNoD359JG | |
| 1MEQ8Ode3WF3Ifx IYCdNq0Lw58RyVN ZlDyW7tiSkCT. | |
| END MESSAGE. |
Ensure your theme is using add_theme_support( 'html5', array( 'gallery', 'caption' ) ); in functions.php to suppress inline CSS styles.
I hereby claim:
To claim this, I am signing this object:
| @import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,700,400italic,700italic'); | |
| /* | |
| Plugin Name: Modern UI Admin CSS for GetSimple | |
| Description: CSS used with the Custom Admin CSS plugin for GetSimple | |
| to make the admin section nicer to look at. | |
| Version: 1.2.6 | |
| Author: Marcel | |
| Aurhor URI: turi.co | |
| */ |
| RewriteCond %{REQUEST_FILENAME} !-f | |
| RewriteCond %{REQUEST_FILENAME} !-d | |
| RewriteRule ^(.+)\.(\d+)\.(js|css|png|jpg|gif)$ $1.$3 [L] |