fix spacing in carousel text for Develop homepage
Change-Id: If8f95e66b4c1b4918b0d1dea59241d5a17acbfd9
This commit is contained in:
parent
8f20607ccb
commit
0e585706f0
1 changed files with 10 additions and 4 deletions
|
@ -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 a new issue