Fix whitespace and add semi-colon to body selector
This commit is contained in:
parent
07e096da6c
commit
7adc44d354
|
@ -1,5 +1,5 @@
|
|||
body{
|
||||
font-family:Arial, Helvetica, sans-serif
|
||||
body {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.para,
|
||||
|
|
Loading…
Reference in New Issue