mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
16 lines
201 B
CSS
16 lines
201 B
CSS
.version {
|
|
margin: 0 3px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.maintenance {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.changes {
|
|
margin-top: 20px;
|
|
padding-bottom: 5px;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
font-size: 18px;
|
|
}
|