Skip to content

Instantly share code, notes, and snippets.

#add_payment_method .woocommerce-PaymentMethod label { margin-left: 10px; }
#add_payment_method li { clear: right; }
#add_payment_method #wc-stripe_sepa-form { padding: 10px; }
form#order_review #payment_method_stripe { margin: 25px 0 25px 25px; }
form#order_review #payment_method_stripe_sepa { margin: 25px 0 25px 25px; }
form#order_review .payment_methods label { margin-left: 10px; }
form#order_review li { clear: right; }
form#order_review #wc-stripe_sepa-form { padding: 10px; }
.wc_payment_method .payment_box label { display: inline; }
#!/bin/sh
# Laravel Install Script
# Based on the FuelPHP Install Script by Kenji Suzuki
# https://gist.github.com/kenjis/1479807
#
# @author Robert Calise http://github.com/RobertCalise
# @copyright 2014 Robert Calise
# @license MIT License http://www.opensource.org/licenses/mit-license.php
@RobertCalise
RobertCalise / install-fuelphp-on-dotcloud.sh
Last active December 27, 2015 23:49 — forked from kenjis/install-fuelphp.sh
Download/install FuelPHP from GitHub into a local repo, create new dotCloud application, and push the application live in a single command.
#!/bin/sh
# FuelPHP Install Script
#
# @author Kenji Suzuki https://github.com/kenjis
# @copyright 2011 Kenji Suzuki
# @license MIT License http://www.opensource.org/licenses/mit-license.php
if [ $# -lt 2 ]; then
echo "Install FuelPHP and Create Application Repository"