equal
deleted
inserted
replaced
68 .module-gallery .module-content { |
68 .module-gallery .module-content { |
69 height: 440px; |
69 height: 440px; |
70 position: relative; |
70 position: relative; |
71 } |
71 } |
72 .col-yellow {background:@yellow-light;} |
72 .col-yellow {background:@yellow-light;} |
|
73 .module-course {background-color: #f5f5f5;} |
73 /* Footer |
74 /* Footer |
74 ------------------------------------ */ |
75 ------------------------------------ */ |
75 #footer { |
76 #footer { |
76 height: 60px; |
77 height: 60px; |
77 background-color: #f5f5f5; |
|
78 } |
78 } |
79 #footer > .container { |
79 #footer > .container { |
80 padding-left: 15px; |
80 padding-left: 15px; |
81 padding-right: 15px; |
81 padding-right: 15px; |
82 } |
82 } |
|
83 .carousel-control.left { |
|
84 background-image: none; |
|
85 filter: 0; |
|
86 } |
|
87 .carousel-control.right { |
|
88 background-image:none; |
|
89 filter: 0; |
|
90 } |
|
91 .module-imprint {border-top:1px solid #f5f5f5; padding:20px 0;} |