Skip to content

Commit

Permalink
Merge branch 'master' of github.com:zurb/foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Humphreys committed Jan 27, 2012
2 parents 0850ab4 + e6610aa commit 1644202
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 101 deletions.
1 change: 1 addition & 0 deletions build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def prepend_text(file_name, text)
`cp stylesheets/app.css public/src/stylesheets/app.css`
`cp javascripts/app.js public/src/javascripts/app.js`
`cp javascripts/modernizr.foundation.js public/src/javascripts/modernizr.foundation.js`
`cp javascripts/jquery.min.js public/src/javascripts/jquery.min.js`

File.open('public/src/stylesheets/foundation.css', "w") do |file|
%w{stylesheets/globals.css stylesheets/typography.css stylesheets/grid.css stylesheets/ui.css stylesheets/forms.css stylesheets/orbit.css stylesheets/reveal.css stylesheets/mobile.css}.each do |stylesheet|
Expand Down
1 change: 0 additions & 1 deletion config/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ gzip_assets: off

javascripts:
foundation:
- javascripts/jquery.min.js
- javascripts/jquery.reveal.js
- javascripts/jquery.orbit-1.4.0.js
- javascripts/jquery.customforms.js
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<div class="row">
<div class="twelve columns">
<h2>Welcome to Foundation</h2>
<p>This is version 2.1.4 released on December 19, 2011</p>
<p>This is version 2.1.5 released on January 26, 2012</p>
<hr />
</div>
</div>
Expand Down Expand Up @@ -145,6 +145,7 @@ <h4>Other Resources</h4>
<script src="javascripts/jquery.orbit-1.4.0.js"></script>
<script src="javascripts/jquery.customforms.js"></script>
<script src="javascripts/jquery.placeholder.min.js"></script>
<script src="javascripts/jquery.tooltips.js"></script>
<!-- End Combine and Compress These JS Files -->
<script src="javascripts/app.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion marketing/docs/includes/_documentation_head.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<? $version = "2.1.4"; ?>
<? $version = "2.1.5"; ?>
<!DOCTYPE html>

<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
Expand Down
11 changes: 5 additions & 6 deletions marketing/docs/ui.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@
<p>Labels are useful inline styles that can be dropped into body copy to call out certain sections or to attach metadata. Examples might be noting when something was updated or that something is new. The syntax is simple, just a <code>span</code> element with a class of .label. The border styling mirrors that of the Foundation buttons.</p>

<div class="row">
<div class="three columns phone-one">
<div class="three columns phone-two">
<p>
<span class="label">Regular Label</span><br /><br />
<span class="radius label">Radius Label</span><br /><br />
<span class="round label">Round Label</span>
</p>
</div>
<div class="three columns phone-one">
<div class="three columns phone-two">
<p>
<span class="blue radius label">Blue Label</span><br /><br />
<span class="red radius label">Red Label</span><br /><br />
Expand All @@ -80,11 +80,10 @@
<span class="white radius label">White Label</span>
</p>
</div>
<div class="six columns phone-two">
<p><span class="radius label">Added 01/19</span> This paragraph has an inline label to let you know that it was added on January 19, 2012 courtesy of Thomas Klemm. Thanks man!</p>
</div>
</div>

<p><span class="radius label">Added 01/19</span> This paragraph has an inline label to let you know that it was added on January 19, 2012 courtesy of Thomas Klemm. Thanks man!</p>

<p><script type="text/javascript" src="http://snipt.net/embed/eabd94fbda853d866057cbda5e8ab64a"></script></p>

<hr />
Expand Down Expand Up @@ -365,7 +364,7 @@
<div class="flex-video">
<iframe width="420" height="315" src="http://www.youtube.com/embed/9otNWTHOJi8" frameborder="0" allowfullscreen></iframe>
</div>
4:3 is the default size for the .video element, and the assumption for .video for chrome (controls) height is based on YouTube.
4:3 is the default size for the .flex-video element, and the assumption for .flex-video for chrome (controls) height is based on YouTube.
</li>
<li id="video2Tab">
<div class="flex-video widescreen">
Expand Down
Binary file modified marketing/files/foundation-download-2.1.4.zip
Binary file not shown.
Binary file added marketing/files/foundation-download-2.1.5.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion marketing/includes/_header.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<? $version = "2.1.4"; ?>
<? $version = "2.1.5"; ?>
<!DOCTYPE html>

<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
Expand Down
2 changes: 1 addition & 1 deletion marketing/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</article>
<aside class="three columns">
<a href="docs/">View the Documentation &raquo;</a>
<a href="files/foundation-download-<?= $version ?>.zip">Download Foundation 2.1.4 <!-- <span id="latestVersion">...</span> -->&raquo;</a>
<a href="files/foundation-download-<?= $version ?>.zip">Download Foundation <?= $version ?> <!-- <span id="latestVersion">...</span> -->&raquo;</a>
</aside>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion stylesheets/mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -215,5 +215,5 @@
/* Video */

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
.video { padding-top: 0; }
.flex-video { padding-top: 0; }
}
2 changes: 1 addition & 1 deletion stylesheets/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@

.nav-bar { height: 45px; background: #fff; margin-top: 20px; border: 1px solid #ddd; }
.nav-bar>li { float: left; display: block; position: relative; padding: 0; margin: 0; border-right: 1px solid #ddd; line-height: 45px; }
.nav-bar>li>a.main { position: relative; font-size: 14px; padding: 0 20px; display: block; text-decoration: none; font-size: 15px; font-size: 1.5rem; }
.nav-bar>li>a.main { position: relative; padding: 0 20px; display: block; text-decoration: none; font-size: 15px; font-size: 1.5rem; }
.nav-bar>li>input { margin: 0 16px; }
.nav-bar>li ul { margin-bottom: 0; }
.nav-bar>li li { line-height: 1.3; }
Expand Down
88 changes: 0 additions & 88 deletions tooltip.html

This file was deleted.

0 comments on commit 1644202

Please sign in to comment.