mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Improve css for code and command snippets
This commit is contained in:
parent
995c19c71e
commit
a955e201c1
1 changed files with 14 additions and 5 deletions
|
@ -1008,10 +1008,19 @@ input[type='radio'].nice-radio {
|
|||
color: grey;
|
||||
}
|
||||
|
||||
.diagnosis-item code {
|
||||
word-break: break-all;
|
||||
}
|
||||
.diagnosis-item {
|
||||
|
||||
.diagnosis-item ul > li {
|
||||
padding-top: 0.3em;
|
||||
code {
|
||||
word-break: break-all;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
code.cmd {
|
||||
color: white;
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
ul > li {
|
||||
padding-top: 0.3em;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue