Merge remote-tracking branches 'pull/patch-1', 'pull/patch-2' and 'pull/patch-6' into devel

This commit is contained in:
matt debergalis
2012-04-16 16:55:40 -07:00
3 changed files with 8 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ body {
}
.player {
cursor: pointer;
padding: 5px;
}
@@ -55,3 +56,7 @@ body {
.none {
color: #777;
}
.inc {
cursor: pointer;
}

View File

@@ -76,6 +76,7 @@ h3 {
}
.tag {
cursor: pointer;
float: left;
margin: 5px;
padding: 2px 7px;
@@ -166,6 +167,7 @@ h3 {
}
#item-list .todo .destroy {
cursor: pointer;
position: absolute;
left: 5px;
top: 15px;

View File

@@ -73,6 +73,7 @@ button:active {
}
.square {
cursor: pointer;
width:84px;
height:84px;
border:4px solid #eeeee8;