Be Recruited

by JamesKyle

HTML

<link rel="stylesheet" href="http://cdn.thejameskyle.com/bootstrap.css">
<div class="container-fluid">
    <div class="row-fluid">
        <div class="span12">
            <a alt="Be Recruited" href="http://new.berecruited.com/" target="_blank">
                <img...

CSS

body {
    padding-top: 20px;
    padding-bottom: 20px;
    
}

JavaScript

$('#myModal').modal({
        backdrop: true,
        keyboard: true
    }).css({
        height: 'auto',
        'margin-top': function () {
            return -($(this).height() / 2);
        }
    });