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