Add some basic (read: ugly CSS)

This commit is contained in:
R. Tyler Croy 2012-04-12 22:21:09 -07:00
parent 23a91f9499
commit 2d154d411d
1 changed files with 33 additions and 0 deletions

33
css/despair.css Normal file
View File

@ -0,0 +1,33 @@
.project_tile {
padding: 10px;
clear: both;
}
.pull_request_tile {
width: 300px;
height: 75px;
border: 1px solid #cecece;
color: #333;
float: left;
}
/* Sadness Levels {{{ */
.sadness_low {
background-color: green;
}
.sadness_medium {
background-color: yellow;
}
.sadness_high {
background-color: pink;
}
.sadness_veryhigh {
background-color: red;
}
.sadness_bug {
}
/* }}} */