This is my "go to" margarita because of the ease of preparation and the simplicity of ingredients.
1oz orange liqueur, 2oz tequila, 3oz limeade, 1/2 lime, shaken with ice.
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>iOS Test</title></head> | |
<body> | |
<div data-role="page"> | |
<div data-role="content"> |
(ns cljminecraft.scratch | |
(:require [cljminecraft.core :as core] | |
[cljminecraft.bukkit :as bk] | |
[cljminecraft.blocks :as blocks] | |
[cljminecraft.events :as ev] | |
[cljminecraft.entity :as ent] | |
[cljminecraft.player :as plr] | |
[cljminecraft.util :as util] | |
[cljminecraft.logging :as log] | |
[cljminecraft.config :as cfg] |
-moz-appearance
to none
. This will "reset" the styling of the element;text-indent
to 0.01px
. This will "push" the text a tiny bit[1] to the right;module Sass::Script::Functions | |
def user_color | |
color_values = options[:custom][:user].color. | |
scan(/^#?(..?)(..?)(..?)$/).first. | |
map {|num| num.ljust(2, num).to_i(16)} | |
Sass::Script::Color.new(color_values) | |
end | |
end |