1
0
mirror of https://github.com/arsenetar/arsenetar.github.io.git synced 2026-01-28 17:11:38 +00:00

Update Site Content

This commit is contained in:
2013-11-09 16:41:56 -05:00
parent 334e539581
commit 03347dc873
23 changed files with 900 additions and 1042 deletions

File diff suppressed because one or more lines are too long

View File

@@ -23,7 +23,7 @@ function ready(){
// zeptojs or jquery
Modernizr.load([{
test: '__proto__' in {},
yep: 'http://cdn.jsdelivr.net/foundation/4.3.1/js/vendor/zepto.js',
yep: 'http://cdn.jsdelivr.net/foundation/4.3.2/js/vendor/zepto.js',
nope: 'http://cdn.jsdelivr.net/jquery/1.10.2/jquery-1.10.2.min.js',
complete: function() {
if( !window.jQuery && !window.Zepto )
@@ -37,7 +37,7 @@ Modernizr.load([{
// Foundation
{
load: 'http://cdn.jsdelivr.net/foundation/4.3.1/js/foundation.min.js',
load: 'http://cdn.jsdelivr.net/foundation/4.3.2/js/foundation.min.js',
complete: function(){
if(!window.Foundation)
Modernizr.load([{

File diff suppressed because one or more lines are too long

View File

@@ -176,6 +176,7 @@ body{ background-color: #fff; }
margin-bottom: emCalc(7px);
p:last-child { margin-bottom: emCalc(5px); }
img.photo{ display: none; }
.fn{ display: none; }
}
}
ul.item-list.featured li .author {