Skip to content

Commit

Permalink
fixed some spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
zurbchris committed Jan 27, 2012
1 parent ae9b40b commit 88c9ebe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stylesheets/zurb/_ui.sass
Expand Up @@ -421,7 +421,7 @@ dl.sub-nav
width: auto
padding: 5px 9px 7px 8px
z-index: 999
& > .nub {
&>.nub {
display: block
width: 0
height: 0
Expand All @@ -431,19 +431,19 @@ dl.sub-nav
position: absolute
top: -12px
left: 10px
&.top > .nub
&.top>.nub
border-color: rgb(0,0,0) transparent transparent transparent
border-color: rgba(0,0,0,0.85) transparent transparent transparent
top: auto
bottom: -12px
&.left, .right, .left, .right
float: none !important
&.left > .nub
&.left>.nub
border-color: transparent transparent transparent rgb(0,0,0)
border-color: transparent transparent transparent rgba(0,0,0,0.85)
right: -12px
left: auto
&.right > .nub
&.right>.nub
border-color: transparent rgb(0,0,0) transparent transparent
border-color: transparent rgba(0,0,0,0.85) transparent transparent
right: auto
Expand Down

0 comments on commit 88c9ebe

Please sign in to comment.