Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
STUDIOS-45: Put overflow:auto back in to fss-layout.css
Browse files Browse the repository at this point in the history
  • Loading branch information
abledaccess committed Mar 13, 2012
1 parent 3195955 commit d2316f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
.fl-listmenu a,.fl-list-menu a{padding:5px 5px;display:block;zoom:1;outline:none;}
.fl-list-menu a:hover,.fl-list-menu a:focus{padding:4px 4px;border:1px solid black;}
.fl-list-menu .fl-activemenu a{background-color:#CCC;color:#000;}
ul.fl-grid,.fl-grid ul{padding:0;margin:0;}
ul.fl-grid,.fl-grid ul{padding:0;margin:0;overflow:auto;}
.fl-grid li{list-style-type:none;display:inline;}
.fl-grid li{float:left;width:19%;margin:.5%;height:150px;overflow:hidden;position:relative;display:inline;}
.fl-grid li img{display:block;margin:5px auto;}
Expand Down

0 comments on commit d2316f3

Please sign in to comment.