Skip to content

Commit

Permalink
More tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
brzaik committed Jul 7, 2012
1 parent 83d704b commit 449731b
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
float: left;
min-width: 200px;
width: 25%;
min-height:90px;
min-height:88px;

.cont {
padding: 12px;
Expand Down Expand Up @@ -140,6 +140,12 @@ ul.GL {
}
}

// variant: for span columns that are small enough, override the
// width to make it appear flush:
.row-fluid .span3 ul.GL > li, .row-fluid .span2 ul.GL > li, .row-fluid .span1 ul.GL > li {
width: 100%;
}


//---------------
// Stacked lists UL
Expand Down

0 comments on commit 449731b

Please sign in to comment.