13 lines
145 B
CSS
13 lines
145 B
CSS
|
body {
|
||
|
padding-top: 80px;
|
||
|
}
|
||
|
|
||
|
.fail:hover {
|
||
|
background-color: #eee;
|
||
|
}
|
||
|
|
||
|
.progress {
|
||
|
margin-bottom: 0;
|
||
|
background-color: #cacaca;
|
||
|
}
|