equal
deleted
inserted
replaced
6017 position: relative; |
6017 position: relative; |
6018 } |
6018 } |
6019 .col-yellow { |
6019 .col-yellow { |
6020 background: rgba(253, 201, 26, 0.6); |
6020 background: rgba(253, 201, 26, 0.6); |
6021 } |
6021 } |
|
6022 .module-course { |
|
6023 background-color: #f5f5f5; |
|
6024 } |
6022 /* Footer |
6025 /* Footer |
6023 ------------------------------------ */#footer { |
6026 ------------------------------------ */#footer { |
6024 height: 60px; |
6027 height: 60px; |
6025 background-color: #f5f5f5; |
|
6026 } |
6028 } |
6027 #footer > .container { |
6029 #footer > .container { |
6028 padding-left: 15px; |
6030 padding-left: 15px; |
6029 padding-right: 15px; |
6031 padding-right: 15px; |
6030 } |
6032 } |
|
6033 .carousel-control.left { |
|
6034 background-image: none; |
|
6035 filter: 0; |
|
6036 } |
|
6037 .carousel-control.right { |
|
6038 background-image: none; |
|
6039 filter: 0; |
|
6040 } |
|
6041 .module-imprint { |
|
6042 border-top: 1px solid #f5f5f5; |
|
6043 padding: 20px 0; |
|
6044 } |