mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 20:45:58 +01:00
21 lines
261 B
Plaintext
21 lines
261 B
Plaintext
#rewards {
|
|
.well, .panel-body {
|
|
vertical-align: top;
|
|
min-height: 100px;
|
|
|
|
&.pull-right {
|
|
min-height: 0px;
|
|
}
|
|
}
|
|
|
|
ul {
|
|
list-style-type: none;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
|
|
> li {
|
|
border-bottom: 1px solid #ddd;
|
|
margin-bottom: 20px;
|
|
}
|
|
}
|
|
} |