feature(help) mv css to file

This commit is contained in:
coderaiser 2014-03-12 08:16:53 -04:00
parent 68757ec6fd
commit a05870e053
3 changed files with 22 additions and 25 deletions

12
css/help.css Normal file
View file

@ -0,0 +1,12 @@
.help {
white-space : normal;
margin : 25px;
}
.help li {
list-style-type : disc;
}
.help img {
max-width : 100%
}