summaryrefslogtreecommitdiff
path: root/docs/examples/selection-example-1.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/selection-example-1.css')
-rw-r--r--docs/examples/selection-example-1.css12
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/examples/selection-example-1.css b/docs/examples/selection-example-1.css
index 8bf681b..a50fdb4 100644
--- a/docs/examples/selection-example-1.css
+++ b/docs/examples/selection-example-1.css
@@ -10,22 +10,28 @@ report > entry
note
{
- color : green;
+ color : note-color;
frame : solid;
}
note[id]
{
- color : blue;
+ color : note-id-color;
frame : solid;
}
note[id=bar]
{
margin : 5px;
+ color: note-id-bar-color ;
+}
+
+note[id=foo]
+{
+ color : note-id-foo-color;
}
entry[type=notice] note[id=bar]
{
padding : 5px;
-} \ No newline at end of file
+}