Commit 83f6d6317d882dd5677ad7a9d494de2379dce1eb

Authored by Administrator
1 parent 9428f76b

04.05.16 css fix

Showing 1 changed file with 7 additions and 1 deletions   Show diff stats
frontend/web/css/concat_all.css
... ... @@ -5,9 +5,15 @@
5 5 .w_960 {
6 6 width: 960px;
7 7 margin: auto;
8   - overflow: hidden;
  8 + clear: both;
  9 + /*overflow: hidden;*/
9 10  
10 11 }
  12 +.w_960:after {
  13 + content:"";
  14 + display:table;
  15 + clear:both;
  16 +}
11 17  
12 18 .cat_p_bradcrump {
13 19 padding: 30px 0px;
... ...