Skip to content

Commit

Permalink
fixes #1089
Browse files Browse the repository at this point in the history
  • Loading branch information
zurbchris committed Nov 9, 2012
1 parent a922040 commit 3383134
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions scss/foundation/components/modules/_ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,9 @@
/* Inline Link List */
ul.inline-list, ul.link-list { margin: 0 0 $linkListBottomMargin; padding: 0; list-style: none; overflow: hidden;

li { list-style: none; float: $defaultFloat; margin-#{$defaultFloat}: 22px; display: block;
& > li { list-style: none; float: $defaultFloat; margin-#{$defaultFloat}: 22px; display: block;

a { display: block; }
& > * { display: block; }
}
}

Expand Down
4 changes: 2 additions & 2 deletions test/reveal.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h3>Reveal &mdash; Simple, Flexible Modal Dialogs</h3>
<h4 class="subheader">Modal dialogs, or pop-up windows, are handy for prototyping and production. Foundation includes Reveal our jQuery modal plugin, to make this easy for you.</h4>

<p>
<a href="#" data-reveal-id="exampleModal" class="radius button">
<a href="#" class="radius button">
Example Modal&hellip;
</a>
</p>
Expand Down Expand Up @@ -85,7 +85,7 @@ <h2>This modal has video</h2>
<script src="../vendor/assets/javascripts/foundation/jquery.foundation.orbit.js"></script>
<script src="../vendor/assets/javascripts/foundation/app.js"></script>
<script type="text/javascript">
// Page-Specific JavaScript Goes Here
// Page-Specific JavaScript Goes Here
</script>
</body>
</html>
6 changes: 5 additions & 1 deletion test/scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,8 @@
// @import "foundation/components/modules/reveal";
// @import "foundation/components/modules/offcanvas";

body { font-size: ms(-3); }
article { @include outerRow(); @include mobileRow(); }
article section p { background: #eee; padding: 10px; }
#six1,#six2 { @include column(6); }
#four1,#four2,#four3 { @include column(4); }

0 comments on commit 3383134

Please sign in to comment.