Skip to content

Instantly share code, notes, and snippets.

View faroutchris's full-sized avatar

Christo faroutchris

View GitHub Profile
@faroutchris
faroutchris / remove_git_tag
Created November 21, 2017 16:25 — forked from dearaujoj/remove_git_tag
git remove tag locally and remote
git tag -d TagName && git push origin :refs/tags/TagName
@faroutchris
faroutchris / bump_version
Created August 17, 2017 09:35 — forked from ericclemmons/bump_version
Bash script to merge, tag, & push the "develop" branch
#!/usr/bin/env bash
echo "Checking out master branch"
git checkout master
git pull origin master
git log master..develop
read -p "Review your changes..."
echo "Merging develop branch"
@faroutchris
faroutchris / megamenu.css
Last active August 29, 2015 14:01
CSS styling for Mega Menu module
@import url("http://weloveiconfonts.com/api/?family=entypo");
[class*="entypo-"]:before {
font-family: 'entypo', sans-serif;
}
*, *:before, *:after {
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {padding: 0; margin: 0;}
html, body, .scroller, section {
height: 100%;
}
a {
*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cf:before,
.cf:after {
content: " "; /* 1 */
display: table; /* 2 */
}
*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cf:before,
.cf:after {
content: " "; /* 1 */
display: table; /* 2 */
}
*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cf:before,
.cf:after {
content: " "; /* 1 */
display: table; /* 2 */
}