changed rulesets.css output to match the new parser output

This commit is contained in:
cloudhead
2010-02-26 18:16:48 -05:00
parent fd8aa91ddc
commit 3903ed0864
2 changed files with 54 additions and 19 deletions

View File

@@ -1,17 +1,52 @@
#first > .one { font-size: 2em; }
#first > .one > #second .two > #deux { width: 50%; }
#first > .one > #second .two > #deux #third { height: 100%; }
#first > .one > #second .two > #deux #third:focus { color: black; }
#first > .one > #second .two > #deux #third:focus #fifth > #sixth .seventh #eighth + #ninth { color: purple; }
#first > .one > #second .two > #deux #fourth { color: #110000; }
#first > .one > #second .two > #deux #fourth .seven { border: 1px solid black; }
#first > .one > #second .two > #deux #fourth .eight > #nine { border: 1px solid black; }
#first > .one > #second .two > #deux #fourth #ten { color: red; }
#first > .one > #second .two > #deux #five { color: #110000; }
#first > .one > #second .two > #deux #five .seven { border: 1px solid black; }
#first > .one > #second .two > #deux #five .eight > #nine { border: 1px solid black; }
#first > .one > #second .two > #deux #five #ten { color: red; }
#first > .one > #second .two > #deux #six { color: #110000; }
#first > .one > #second .two > #deux #six .seven { border: 1px solid black; }
#first > .one > #second .two > #deux #six .eight > #nine { border: 1px solid black; }
#first > .one > #second .two > #deux #six #ten { color: red; }
#first > .one {
font-size: 2em;
}
#first > .one > #second .two > #deux {
width: 50%;
}
#first > .one > #second .two > #deux #third {
height: 100%;
}
#first > .one > #second .two > #deux #third:focus {
color: black;
}
#first > .one > #second .two > #deux #third:focus #fifth > #sixth .seventh #eighth + #ninth {
color: purple;
}
#first > .one > #second .two > #deux #fourth {
color: #110000;
}
#first > .one > #second .two > #deux #fourth .seven {
border: 1px solid black;
}
#first > .one > #second .two > #deux #fourth .eight > #nine {
border: 1px solid black;
}
#first > .one > #second .two > #deux #fourth #ten {
color: red;
}
#first > .one > #second .two > #deux #five {
color: #110000;
}
#first > .one > #second .two > #deux #five .seven {
border: 1px solid black;
}
#first > .one > #second .two > #deux #five .eight > #nine {
border: 1px solid black;
}
#first > .one > #second .two > #deux #five #ten {
color: red;
}
#first > .one > #second .two > #deux #six {
color: #110000;
}
#first > .one > #second .two > #deux #six .seven {
border: 1px solid black;
}
#first > .one > #second .two > #deux #six .eight > #nine {
border: 1px solid black;
}
#first > .one > #second .two > #deux #six #ten {
color: red;
}

View File

@@ -2,7 +2,7 @@
> #second .two > #deux {
width: 50%;
#third {
:focus {
&:focus {
color: black;
#fifth {
> #sixth {
@@ -27,4 +27,4 @@
}
}
font-size: 2em;
}
}