More consistent named colour variables.

This commit is contained in:
seven-phases-max
2014-01-23 16:08:10 +04:00
parent 8580ff8c10
commit 3322609de5
24 changed files with 92 additions and 91 deletions

View File

@@ -2,19 +2,19 @@
color: #998899;
}
.scope1 {
color: #0000ff;
border-color: #000000;
color: blue;
border-color: black;
}
.scope1 .scope2 {
color: #0000ff;
color: blue;
}
.scope1 .scope2 .scope3 {
color: #ff0000;
border-color: #000000;
background-color: #ffffff;
color: red;
border-color: black;
background-color: white;
}
.scope {
scoped-val: #008000;
scoped-val: green;
}
.heightIsSet {
height: 1024px;