mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
12 lines
130 B
CSS
12 lines
130 B
CSS
.help {
|
|
margin: 25px;
|
|
white-space: normal;
|
|
}
|
|
|
|
.help li {
|
|
list-style-type: disc;
|
|
}
|
|
|
|
.help img {
|
|
max-width: 100%;
|
|
}
|