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,17 +299,15 @@ ul li
@media only screen and (max-width: 320px) {
/* Style adjustments for viewports that meet the condition */
body {
body {
width: 640px;
}
}
h1 {
h1 {
font-size: 70px;
}
}
#container {
#container {
background-color: #eee;
border-radius: 10px;
width: 500px;
@ -321,4 +319,5 @@ h1 {
-webkit-box-shadow: -1px 2px 2px 0px #aaa;
box-shadow: -1px 2px 2px 0px #aaa;
}
}