am de42d4b0: am f98bd743: am bd027cd4: am ab84504b: am 6613a232: am 0e585706: fix spacing in carousel text for Develop homepage
* commit 'de42d4b0bfc79760eb05eb29dd44d159903530ac': fix spacing in carousel text for Develop homepage
This commit is contained in:
commit
c7eda3e964
|
@ -3854,10 +3854,6 @@ a.download-sdk {
|
|||
.slideshow-develop .content-right {
|
||||
float: left;
|
||||
}
|
||||
.slideshow-develop .content-right p.title-intro {
|
||||
position:absolute;
|
||||
margin:0;
|
||||
}
|
||||
.slideshow-develop .content-right h2 {
|
||||
padding:0;
|
||||
margin-bottom:10px;
|
||||
|
@ -3873,6 +3869,16 @@ a.download-sdk {
|
|||
.slideshow-develop .pagination ul li.active:hover {
|
||||
background-color: #F80;
|
||||
}
|
||||
.slideshow-develop .item hr {
|
||||
margin:5px 0 10px;
|
||||
}
|
||||
.slideshow-develop .item p {
|
||||
margin:10px 0;
|
||||
}
|
||||
.slideshow-develop .item p.title-intro {
|
||||
position:absolute;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
/* Feeds */
|
||||
.feed ul {
|
||||
|
|
Loading…
Reference in New Issue