aboutsummaryrefslogtreecommitdiff
path: root/widget.css
blob: 9c881713211bb031b98f5455b558fbd0e57bc92a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
span.lastcommit {
    padding: 1px 3px 2px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: #BFBFBF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
span.lastcommit a {
    color: white;
    text-decoration: none;
}