Cleaning up jargon and minor code changes

This commit is contained in:
Colin McLeod
2015-04-16 19:44:39 -07:00
parent aad4600326
commit 11e5c138dc
30 changed files with 67 additions and 60 deletions

View File

@@ -6,7 +6,7 @@
float: left;
.list-item {
cursor: pointer;
clear: both;
overflow: hidden;
margin: 3px 0px;
@@ -28,6 +28,10 @@
color: grey;
width: 300px;
.list-item {
cursor: pointer;
}
.enabled {
color: #FFF;
}
@@ -42,6 +46,10 @@
color: #FFF;
}
.consumer {
cursor: pointer;
}
.consumer.enabled {
color: @fg;
}