scratch – Blame information for rev 139

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