fix list style of app description
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
e05f53e018
commit
bc604299b5
|
@ -551,6 +551,23 @@ span.version {
|
|||
flex-basis: 90%;
|
||||
}
|
||||
|
||||
#apps-list .app-description ul {
|
||||
list-style: disc;
|
||||
}
|
||||
#apps-list .app-description ol {
|
||||
list-style: decimal;
|
||||
}
|
||||
#apps-list .app-description > ul,
|
||||
#apps-list .app-description > ol {
|
||||
margin-left: 19px;
|
||||
}
|
||||
#apps-list .app-description ol ol,
|
||||
#apps-list .app-description ol ul,
|
||||
#apps-list .app-description ul ol,
|
||||
#apps-list .app-description ul ul {
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
@media (min-width: 1601px) {
|
||||
#apps-list .section {
|
||||
width: 22%;
|
||||
|
@ -634,9 +651,6 @@ form.section {
|
|||
.app-description {
|
||||
clear: both;
|
||||
}
|
||||
.app-description pre {
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
#apps-list .groups-enable {
|
||||
margin-top: 8px;
|
||||
|
|
|
@ -61,7 +61,7 @@ script(
|
|||
<div class="app-detailpage"></div>
|
||||
|
||||
<div class="app-description-container hidden">
|
||||
<div class="app-description"><pre>{{{description}}}</pre></div>
|
||||
<div class="app-description">{{{description}}}</div>
|
||||
<!--<div class="app-changed">{{changed}}</div>-->
|
||||
{{#if documentation}}
|
||||
<p class="documentation">
|
||||
|
|
Loading…
Reference in New Issue