Fixed missing semicolons
This commit is contained in:
parent
9c72579c2e
commit
1ca9ace84d
|
@ -1,7 +1,7 @@
|
|||
body {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size:10px;
|
||||
font-weight: normal
|
||||
font-weight: normal;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
body {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size:10px;
|
||||
font-weight: normal
|
||||
font-weight: normal;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
body {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size:10px;
|
||||
font-weight: normal
|
||||
font-weight: normal;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue