Skip to content

Commit

Permalink
couple of merge conflicts stayed in
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjehl committed May 31, 2011
1 parent 180c017 commit b448639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
15 changes: 2 additions & 13 deletions test/test.css
Expand Up @@ -42,18 +42,11 @@ a {
} }




<<<<<<< HEAD


/*styles for 620px and up! (let's try this one minified )*/ /*styles for 620px and up! (let's try this one minified )*/
@media screen and (min-width: 620px),only print,projector{body{background:red;}} @media screen and (min-width: 620px),only print,projector{body{background:red;}}
=======
/*styles for 620px and up!*/
@media screen and (min-width: 620px), only print, projection {
body {
background: red;
}
}
>>>>>>> Added support for logical NOT. Added test cases. Seems to work in limited testing.


/*styles for 800px and up!*/ /*styles for 800px and up!*/
@media screen and (min-width: 800px){ @media screen and (min-width: 800px){
Expand All @@ -74,8 +67,4 @@ a {
body { body {
background: navy; background: navy;
} }
<<<<<<< HEAD
}
=======
} }
>>>>>>> Added support for logical NOT. Added test cases. Seems to work in limited testing.
4 changes: 0 additions & 4 deletions test/unit/test.css
Expand Up @@ -58,8 +58,4 @@
#testelem { #testelem {
width: 500px; width: 500px;
} }
<<<<<<< HEAD
} }
=======
}
>>>>>>> Added support for logical NOT. Added test cases. Seems to work in limited testing.

0 comments on commit b448639

Please sign in to comment.