missing semicolon

This commit is contained in:
Athou
2013-05-29 17:04:40 +02:00
parent 145285dd20
commit 645e9de885

View File

@@ -1,5 +1,5 @@
#theme-test { #theme-test {
body { body {
background-color: black background-color: black;
} }
} }