diff --git a/app/assets/stylesheets/alignment/_overflow.scss b/app/assets/stylesheets/alignment/_overflow.scss index 25be203..cf8970b 100644 --- a/app/assets/stylesheets/alignment/_overflow.scss +++ b/app/assets/stylesheets/alignment/_overflow.scss @@ -16,4 +16,25 @@ overflow: hidden; } } +} +@mixin overflow_middle_container { + @include clearfix; + + & > * { + text-align: center; + overflow: hidden; + } + & > :first-child { + float: left; + + overflow: visible; + text-align: inherit; + + & + * { + float: right; + + overflow: visible; + text-align: inherit; + } + } } \ No newline at end of file diff --git a/lib/patterns/version.rb b/lib/patterns/version.rb index 75f4ab0..4eb06e9 100644 --- a/lib/patterns/version.rb +++ b/lib/patterns/version.rb @@ -1,3 +1,3 @@ module Patterns - VERSION = "0.1.6" + VERSION = "0.1.7" end \ No newline at end of file