carto/test/css/scope.css

16 lines
211 B
CSS
Raw Normal View History

2010-03-04 14:41:03 +08:00
.tiny-scope {
color: #998899;
}
2010-02-24 07:02:00 +08:00
.scope1 {
color: blue;
border-color: black;
}
2010-03-04 14:41:03 +08:00
.scope1 .scope2 {
color: blue;
}
2010-02-24 07:02:00 +08:00
.scope1 .scope2 .scope3 {
color: red;
border-color: black;
background-color: white;
}