Fix merge errors/problems and change format to ++

This commit is contained in:
Luke Page
2012-10-28 16:53:29 +00:00
parent 815ca4a818
commit ecc9b0606b
11 changed files with 213 additions and 47 deletions

View File

@@ -9,11 +9,11 @@
}
.foo {
+.clearfix;
++.clearfix;
color: red;
}
.bar {
+.clearfix;
++.clearfix;
color: blue;
}

View File

@@ -10,13 +10,13 @@
}
.sidebar2 {
+.sidebar;
++.sidebar;
background: blue;
}
.type1 {
.sidebar3 {
+.sidebar;
++.sidebar;
background: green;
}
}

View File

@@ -10,7 +10,7 @@
display: none;
}
.badError {
+.error;
++.error;
border-width: 3px;
}
@@ -19,17 +19,19 @@
}
.ext1 .ext2 {
+.foo;
++.foo;
}
.ext3, .ext4 {
+.foo;
.ext3,
.ext4 {
++.foo;
}
div.ext5, .ext6 > .ext5 {
div.ext5,
.ext6 > .ext5 {
width: 100px;
}
.ext7 {
+.ext5;
++.ext5;
}