]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update pricing-tables.html.erb 1744/head
authorDiego Viola <diego.viola1@gmail.com>
Wed, 6 Mar 2013 12:47:21 +0000 (13:47 +0100)
committerDiego Viola <diego.viola1@gmail.com>
Wed, 6 Mar 2013 12:47:21 +0000 (13:47 +0100)
Wrong mixin

docs/components/pricing-tables.html.erb

index 2565a63ded08ebebc59518ebd8ff4483e825892e..716cf21ae5043117ccf1250492401078a6b7d4c1 100644 (file)
@@ -82,7 +82,7 @@
 .your-pricing-class  { @include pricing-table-container;
   .your-title-class  { @include pricing-table-title; }
   .your-price-class  { @include pricing-table-price; }
-  .your-desc-class   { @include pricing-description-title; }
+  .your-desc-class   { @include pricing-table-description; }
   .your-bullet-class { @include pricing-table-bullet; }
   .your-cta-class    { @include pricing-table-cta; }
 }', :css %>
@@ -153,4 +153,4 @@ $price-cta-padding:         emCalc(20px) emCalc(20px) 0;', :css %>
   <div class="large-3 pull-9 columns">
     <%= render "_sidebar-components.html.erb" %>
   </div>
-</div>
\ No newline at end of file
+</div>