add missing parentheses

This commit is contained in:
Jörg Thalheim 2013-06-16 08:29:48 +02:00
parent f24ff9bc7c
commit 85287dd360
1 changed files with 6 additions and 7 deletions

View File

@ -299,8 +299,6 @@ ul li
@media only screen and (max-width: 320px) {
/* Style adjustments for viewports that meet the condition */
body {
width: 640px;
}
@ -322,3 +320,4 @@ h1 {
box-shadow: -1px 2px 2px 0px #aaa;
}
}