mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature(help) mv css to file
This commit is contained in:
parent
68757ec6fd
commit
a05870e053
3 changed files with 22 additions and 25 deletions
12
css/help.css
Normal file
12
css/help.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
.help {
|
||||
white-space : normal;
|
||||
margin : 25px;
|
||||
}
|
||||
|
||||
.help li {
|
||||
list-style-type : disc;
|
||||
}
|
||||
|
||||
.help img {
|
||||
max-width : 100%
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue