forked from openkylin/platform_build
am c7ac60de: am 9b855f67: am b676ec7b: am 6cdbe88d: am f23bdf78: am 1e1244bf: am a32f1bb4: am 547d9e93: Doc change: css for checklist more resources blocks.
* commit 'c7ac60deed026137f56d7ea2181d41239cd74398': Doc change: css for checklist more resources blocks.
This commit is contained in:
commit
070733887a
|
@ -1857,6 +1857,31 @@ EndColorStr='#ececec');
|
||||||
margin: 0 0 10px;
|
margin: 0 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* related resources blocks in checklists */
|
||||||
|
|
||||||
|
.rel-resources {
|
||||||
|
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 {
|
||||||
|
margin:4px 15px 0px 15px;
|
||||||
|
font-size:13px;
|
||||||
|
font-weight:600;
|
||||||
|
text-transform:uppercase;
|
||||||
|
}
|
||||||
|
|
||||||
/* --------------------------------------------------------------------------
|
/* --------------------------------------------------------------------------
|
||||||
Form
|
Form
|
||||||
|
|
Loading…
Reference in New Issue