moving to jsrender

This commit is contained in:
2012-06-05 22:56:03 -04:00
parent 5c7e20793a
commit fa67a502a1
5 changed files with 137 additions and 71 deletions

View File

@@ -42,3 +42,13 @@ input[type="text"] {
border: 1px solid #ccc;
vertical-align: middle;
}
#Activity {
display: none;
position: absolute;
width: 70%;
padding: 10px;
background: #eee;
color: #000;
border: 1px solid #1a1a1a;
font-size: 90%;
}