Files
German Laullon 1a4a179e9a History
2010-09-16 22:54:28 -07:00

12 lines
200 B
CSS

.commit table tr td:nth-of-type(1){
text-align: right;
color: gray;
}
.commit{
margin: 10px;
padding: 10px;
border-radius: 10px;
border: 1px solid #CCC;
-webkit-box-shadow: 1px 1px 2px #DDD;
}