VIVO-748: enable display of bulleted items on data properties
This commit is contained in:
parent
fc66530304
commit
84e2aa4967
2 changed files with 27 additions and 1 deletions
|
@ -284,4 +284,20 @@ a#manageLabels {
|
|||
/* <---- OpenSocial -----*/
|
||||
div#openSocial {
|
||||
display:inline-block;
|
||||
}
|
||||
/* MISC */
|
||||
ul.tinyMCEDisc {
|
||||
list-style-type: disc;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
ol.tinyMCENumeric {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
ul.tinyMCEDisc li {
|
||||
padding: 0 !important;
|
||||
margin-left: 30px;
|
||||
}
|
||||
ol.tinyMCENumeric li {
|
||||
padding: 0 !important;
|
||||
margin-left: 30px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue