Skip to content

Instantly share code, notes, and snippets.

View claytonschase's full-sized avatar

claytonschase

View GitHub Profile
@sj26
sj26 / .gitignore
Last active November 12, 2020 01:30 — forked from guilherme-teodoro/style.css
Basecamp 3 - Dark mode
*.css
!*.user.css
/node_modules
@robneu
robneu / genesis-nav-space-fix.css
Last active May 21, 2018 20:45
Remove unwated space from nav elements on Genesis themes.
/**
* The Default Genesis styles have a bug which causes extra unwanted
* space to display in the nav menu bar elements. This will remove the
* extra space cross-browser. The reason for the strange .001px font size
* is due to a bug on older Andorid devices.
*
* Note: I've used the default Genesis styles here as an example. The only
* actual change is the font-size rule on both selectors.
*
* Reference link: http://css-tricks.com/fighting-the-space-between-inline-block-elements/