master
Nick Sergeant 2011-12-04 13:39:15 -05:00
parent 890a723a2f
commit 8fa65efb27
3 changed files with 19 additions and 11 deletions

View File

@ -646,6 +646,10 @@ section.main aside.main section.tags a.view-all {
font-weight: bold;
margin: 0 0 0 22px;
}
section.main aside.main section.tags a.active {
border-bottom: 1px solid #2B6E9B;
color: #2B6E9B;
}
section.main aside.main nav.footer {
margin: 45px 15px 32px;
}

View File

@ -1007,17 +1007,17 @@ jQuery(function($) {
var copy_do = this.$copy_do;
var copy_done = this.$copy_done;
this.$copy_button.zclip({
afterCopy: function() {
copy_do.hide();
copy_done.fadeIn(500);
setTimeout(function() {
copy_done.hide();
copy_do.fadeIn(500);
}, 1500);
},
copy: this.$raw.text()
});
//this.$copy_button.zclip({
//afterCopy: function() {
//copy_do.hide();
//copy_done.fadeIn(500);
//setTimeout(function() {
//copy_done.hide();
//copy_do.fadeIn(500);
//}, 1500);
//},
//copy: this.$raw.text()
//});
}
});

View File

@ -242,6 +242,10 @@ section.main aside.main section.tags a.view-all {
font-weight: bold;
margin: 0 0 0 22px;
}
section.main aside.main section.tags a.active {
border-bottom: 1px solid #2B6E9B;
color: #2B6E9B;
}
section.main aside.main nav.footer {
margin: 45px 15px 32px;
}