mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
12 lines
200 B
CSS
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;
|
|
} |