mirror of
https://github.com/hoxu/gitstats.git
synced 2026-03-01 18:23:26 +01:00
21 lines
182 B
CSS
21 lines
182 B
CSS
body {
|
|
color: black;
|
|
background-color: #cc9;
|
|
}
|
|
|
|
dt {
|
|
font-weight: bold;
|
|
float: left;
|
|
margin-right: 1em;
|
|
}
|
|
|
|
dt:after {
|
|
content: ': ';
|
|
}
|
|
|
|
dd {
|
|
display: block;
|
|
clear: right;
|
|
}
|
|
|