mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 09:12:58 -07:00
Update read changelog for variable headers and list levels
This commit is contained in:
parent
9e8d55e0f3
commit
cfcd32a10b
3 changed files with 63 additions and 42 deletions
|
@ -3147,4 +3147,17 @@ a:hover .overlay-refresh-image:hover {
|
|||
}
|
||||
.git-group select.form-control {
|
||||
width: 50%;
|
||||
}
|
||||
#changelog-modal .modal-body > h2 {
|
||||
margin-bottom: 10px;
|
||||
padding-bottom: 10px;
|
||||
border-bottom: 1px solid #444;
|
||||
font-size: 18px;
|
||||
}
|
||||
#changelog-modal .modal-body > ul {
|
||||
padding-left: 25px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
#changelog-modal ul {
|
||||
padding-left: 20px;
|
||||
}
|
|
@ -73,7 +73,7 @@
|
|||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true"><i class="fa fa-remove"></i></button>
|
||||
<h4 class="modal-title">Changelog</h4>
|
||||
<h4 class="modal-title">PlexPy Updated</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue