Skip to content

Commit

Permalink
fixed indentation in ui.sass and fixed mobile visibility classes
Browse files Browse the repository at this point in the history
  • Loading branch information
zurbchris committed Dec 21, 2011
1 parent 13bce79 commit f641589
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In Terminal:
* `git clone git://github.com/zurb/foundation-sass.git`
* `cd foundation-sass`
* `sudo gem build ZURB-foundation.gemspec`
* `sudo gem install ZURB-foundation-2.1.3.2.gem`
* `sudo gem install ZURB-foundation-2.1.3.3.gem`

To create your first project
----------------------------
Expand Down
2 changes: 1 addition & 1 deletion lib/ZURB-foundation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module ZURBfoundation

VERSION = "2.1.3.2"
VERSION = "2.1.3.3"
DATE = "2011-12-21"

end
24 changes: 12 additions & 12 deletions stylesheets/zurb/_mobile.sass
Original file line number Diff line number Diff line change
Expand Up @@ -108,33 +108,33 @@
display: none !important

@media only screen and (max-device-width: 800), only screen and (device-width: 1024px) and (device-width: 600), only screen and (width: 1280) and (orientation: landscape), only screen and (device-width: 800)
.show-on-phones
.hide-on-phones
display: block !important
.show-on-tablets
.hide-on-tablets
display: none !important
.show-on-desktops
.hide-on-desktops
display: block !important

.hide-on-phones
.show-on-phones
display: none !important
.hide-on-tablets
.show-on-tablets
display: block !important
.hide-on-desktops
.show-on-desktops
display: none !important

@media only screen and (max-width: 767px)
.show-on-phones
.hide-on-phones
display: none !important
.show-on-tablets
.hide-on-tablets
display: block !important
.show-on-desktops
.hide-on-desktops
display: block !important

.hide-on-phones
.show-on-phones
display: block !important
.hide-on-tablets
.show-on-tablets
display: none !important
.hide-on-desktops
.show-on-desktops
display: none !important

/* Specific overrides for elements that require something other than display: block */
Expand Down
18 changes: 9 additions & 9 deletions stylesheets/zurb/_ui.sass
Original file line number Diff line number Diff line change
Expand Up @@ -374,15 +374,15 @@ div.panel
padding-right: 36px
&:after
content: ""
width: 0
height: 0
border-left: 4px solid transparent
border-right: 4px solid transparent
border-top: 4px solid #2a85e8
display: block
position: absolute
right: 18px
bottom: 20px
width: 0
height: 0
border-left: 4px solid transparent
border-right: 4px solid transparent
border-top: 4px solid #2a85e8
display: block
position: absolute
right: 18px
bottom: 20px

.flyout
background: #fff
Expand Down

0 comments on commit f641589

Please sign in to comment.