This block is provided by a view. Note how the markup changes when cart is empty vs not empty. This stuff is very tricky to style.
<div id="block-views-shopping-cart-zz-block" class="block block-views contextual-links-region">
<div class="payment-methods"> | |
<span class="pay pay--2co"></span> | |
<span class="pay pay--ach"></span> | |
<span class="pay pay--american-express"></span> | |
<span class="pay pay--cirrus"></span> | |
<span class="pay pay--delta"></span> | |
<span class="pay pay--diners-club"></span> | |
<span class="pay pay--direct-debit"></span> | |
<span class="pay pay--discover"></span> | |
<span class="pay pay--jcb"></span> |
First nightmare was caused when I tried to run drush rsync and drush sql-sync between two mismatched versions of Drupal.
drush sql-sync -v --no-cache -y @hdchd.he245 @hdchd.xulu
drush rsync -v -y @hdchd.he245 @hdchd.xulu
sql-sync kept failing with the following error:
drush --all 2>&1 Error: no database record could be found for target
# | |
drush pml --no-core --type=module --status=enabled --pipe > modules.txt | |
cat modules.txt | xargs drush -y dis | |
cat modules.txt | xargs drush -y en |
@mixin coverer($position: absolute) { | |
position: $position; | |
top: 0; | |
left: 0; | |
width: 100%; | |
height: 100%; | |
} | |
@mixin centerer($position: absolute) { | |
position: $position; |
Group | Domain | First Appearance |
---|---|---|
ShinRa | Mako Reactors | FFVII |
Moogles | MogNet | FFIII |
Vana'diel Chocobo Society | Chocobo Raising | FFXI:TOAU |
Apple : Pomaceous fruit of plants of the genus Malus in
I created a brand new default Drupal 7 website and I added the following additional test files which match my exclude patterns and therefore be excluded from the archive dumps:
$ cd ~/Sites/example.com/public_html
Here is the exact alias record from ~/.drush/aliases.drushrc.php
$aliases['example.com'] = array(
'uri' => 'example.com',
Zach's response to the following Smashing Magazine article:
http://www.smashingmagazine.com/2014/10/09/front-end-development-ode-to-specifications/
If you are anal enough to provide a "spec" like this: