added home files

This commit is contained in:
Rushabh Mehta
2011-06-13 13:23:49 +05:30
parent 46e7b6bd4b
commit 1c59fba480
88 changed files with 3968 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
div.home-status {
margin: 7px;
padding: 5px;
color: #666;
}
span.home-status-link {
cursor: pointer;
text-decoration: underline;
}
span.home-status-unread {
padding: 2px 3px;
font-size: 11px;
color: #FFF;
background-color: RED;
}