Craig Watson
Craig Watson
### Option OK, looks like checking for a widget title being present is not something that is done easily. ``` // Handle the missing padding from .panel-body when no widget...
Hi Sal, Lots of thinking and testing to do on this it seems. I really like how the widget styles came out with the use of `.panel-heading` to. I am...
Hi Sal, I have been looking at the best way to keep the `.panel` and `.panel-body` styles intact. ### Consensus? It is not possible to cater for widgets that do...
Also, those select boxes are hurting my eyes, but it requires some SCSS to fix, simply `@extend .form-control;` fixes that.
Shoot, forgot to mention that the above solution also means there is no need for this bit of SCSS in the `supporting/widget.scss`. ``` // Handle the missing padding from .panel-body...
I have done a quick read of the docs for both `yarn.lock` and `package-lock.json` and they both suggest that they should be under source control. However, in the case of...
@salcode This could be something to consider if there is a way to do this for yarn as well. https://www.codementor.io/johnkennedy/get-rid-of-that-npm-package-lock-json-e0bj7ai42
Ok, little strange, my local copy does not have these spaces... ``` { "name": "bootstrap-genesis", "version": "0.8.2", "description": "Setup for work on Boostrap Genesis Child Theme", "repository": { "type": "git",...
> I like how this change would fit in the overall goal of this theme, in that it is all about applying Bootstrap classes to Genesis This is awesome to...
@salcode Thank you for that reference, I am going to take a local copy of the changes I have made and like you say, take a fresh folk of the...