This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(document).ready(function(){ | |
// colorbox | |
if ($('#modal').length > 0) { | |
var modalConfig = { | |
inline : true, | |
href : "#modal", | |
opacity : .75, | |
onLoad:function(){ | |
$('#modal').css('display','block'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* =Clearing floats without markup | |
To be combined with a Paul Irish approach of ie specific styles | |
<http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/> | |
---------------------------------*/ | |
.group:after { | |
content: "."; | |
display: block; | |
height: 0; | |
clear: both; |
NewerOlder