scratch – Diff between revs 117 and 139

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 117 Rev 139
1 .blueimp-gallery > .slides > .slide > .text-content { 1 .blueimp-gallery > .slides > .slide > .text-content {
2 overflow: auto; 2 overflow: auto;
3 margin: 60px auto; 3 margin: 60px auto;
4 padding: 0 60px; 4 padding: 0 60px;
5 max-width: 920px; 5 max-width: 920px;
6 text-align: left; 6 text-align: left;
7 } 7 }
8   8  
9 .blueimp-gallery > .title { 9 .blueimp-gallery > .title {
10 background-color: #000; 10 background-color: #000;
11 padding: 7pt; 11 padding: 7pt;
12 } 12 }
13   13  
14 .blueimp-gallery { 14 .blueimp-gallery {
15 background: rgba(0, 0, 0, 0) !important; 15 background: rgba(0, 0, 0, 0) !important;
16 } 16 }
17   17  
18 .blueimp-gallery-carousel { 18 .blueimp-gallery-carousel {
19 box-shadow: none !important; 19 box-shadow: none !important;
20 } 20 }
21   21  
22 .swiper-container { 22 .swiper-container {
23 width: auto; 23 width: auto;
24 height: auto; 24 height: auto;
-   25 margin-top: 1em;
25 } 26 }
26   27