Skip to content

Instantly share code, notes, and snippets.

@benheng
benheng / raspi-motd.sh
Created April 5, 2015 19:28
Arch Linux Raspberry Pi MOTD
#!/bin/bash
# Define the filename to use as output
MOTD="/etc/motd"
# Color variables
R="\e[0;31m"
G="\e[0;32m"
T="\e[0;36m"
W=""
@benheng
benheng / dynamic-style.php
Last active August 29, 2015 14:15
Suggested fix for dynamic header image resizing for WP Theme: Credence v1.2.5
// File: credence/theme/admin/dynamic-style.php
// Note: This only affects resizing images based on % values
...
$this->menu_font_css;
}
+ @media (min-width: 992px) {
+ .top-holder .navbar-header {
+ height: {$shcreate['logo-height']['height']};
+ width: {$shcreate['logo-width']['width']};