Skip to content

Commit

Permalink
Modified the ZURBjobs embed in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Smiley committed Nov 16, 2011
1 parent 51c0f62 commit eb0e869
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 35 deletions.
14 changes: 6 additions & 8 deletions marketing/docs/includes/_download.php
Expand Up @@ -6,15 +6,13 @@
</p>
</div>
<!--
=================================================================
==========================ZURBjobs===============================
-->
<!-- ==========================
ZURBjobs
=============================== -->

<div class="jobs hide-on-phones">
<h5>Looking for a Product Engineer or Design job? Check out :</h5>
<h5>Product Engineering and<br />Design jobs:</h5>
<script type="text/javascript" src="http://www.zurb.com/jobs/widgets/jobs.js?limit=3&variation=foundation-sidebar"></script>
<a id="via" href="http://zurbjobs.com">via&nbsp;<span class="jobs-link">ZURBjobs</span></a>
<a id="via" href="http://zurbjobs.com">via&nbsp;<span class="jobs-link">ZURBjobs</span></a>
</div>
42 changes: 15 additions & 27 deletions marketing/docs/presentation.css
Expand Up @@ -8,33 +8,6 @@
Foundation-specific presentation CSS
----------------------------------------- */

/*
---------------------
ZURBjobs START
---------------------
*/

.jobs { padding-left: 20px;}
.jobs-link { font-size: 13px !important;white-space: nowrap; text-decoration: underline; font-weight: inherit; margin-bottom: 20px;}
.jobs-link a { color: # 555 !important;}
.location {display:block;}
.positionTitle { font-weight: 600; }

div.jobs .location { white-space: nowrap;color: #555;}
div.jobs { padding-bottom: 20px;}
div.jobs h5 { margin-bottom: 15px;font-weight: bold;}

a#via { color: #999 ;}
a#via:hover { color: #555;}


/*
---------------------
ZURBjobs END
---------------------
*/



body { padding-bottom: 60px; }

Expand Down Expand Up @@ -156,6 +129,21 @@ footer.row a:hover {



/* ZURBjobs */

.jobs { border: 1px solid #eee; padding: 20px; }
.jobs .location { display: block; white-space: nowrap; color: #555; }
.jobs ul { margin-bottom: 0px; }
.jobs h5 { font-weight: bold; font-size: 15px; margin-bottom: 10px; }

.jobs-link { font-size: 13px !important; white-space: nowrap; text-decoration: underline; font-weight: inherit; margin-bottom: 20px;}
.jobs-link a { color: # 555 !important;}

.jobs a#via { color: #aaa ;}
.jobs a#via:hover { color: #555;}




/* Font-Face */
@font-face {
Expand Down

0 comments on commit eb0e869

Please sign in to comment.