forked from openkylin/platform_build
css adjustments for headings with dynamic content
Change-Id: I54e184b10677b21003bd282919423b525b8aa705
This commit is contained in:
parent
518ed145b1
commit
2e3fb81b52
|
@ -1960,28 +1960,12 @@ EndColorStr='#ececec');
|
||||||
|
|
||||||
/* related resources blocks in checklists */
|
/* related resources blocks in checklists */
|
||||||
|
|
||||||
.rel-resources {
|
/* related resources sections that have dynamic content */
|
||||||
margin:10px 0px;
|
|
||||||
border:1px solid #ccc;
|
|
||||||
background-color:rgba(0, 0, 0, 0.027451);
|
|
||||||
border:1px solid #ccc;
|
|
||||||
font-size:13px;
|
|
||||||
color:#6f6f6f;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rel-resources ul {
|
|
||||||
padding: .5em 1em 0 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rel-resources a {
|
|
||||||
font-weight:500;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rel-resources h3 {
|
h3.rel-resources {
|
||||||
margin:4px 15px 0px 15px;
|
margin:1.25em auto;
|
||||||
font-size:13px;
|
|
||||||
font-weight:600;
|
|
||||||
text-transform:uppercase;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --------------------------------------------------------------------------
|
/* --------------------------------------------------------------------------
|
||||||
|
@ -5141,7 +5125,7 @@ a.download-sdk {
|
||||||
text-transform:uppercase;
|
text-transform:uppercase;
|
||||||
border-bottom:1px solid #CCC;
|
border-bottom:1px solid #CCC;
|
||||||
padding:8px 0 0 1px;
|
padding:8px 0 0 1px;
|
||||||
margin-bottom:10px;
|
margin-bottom:14px;
|
||||||
clear:both;
|
clear:both;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue