mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 22:15:48 +01:00
20 lines
251 B
Plaintext
20 lines
251 B
Plaintext
|
|
.plugins {
|
||
|
|
padding-left: 0px;
|
||
|
|
|
||
|
|
li {
|
||
|
|
list-style-type: none;
|
||
|
|
background: rgba(64, 64, 64, 0.05);
|
||
|
|
padding: 1em;
|
||
|
|
margin-bottom: 5px;
|
||
|
|
border-left: 5px solid #08c;
|
||
|
|
|
||
|
|
h2 {
|
||
|
|
font-size: 16px;
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
p {
|
||
|
|
font-size: 12px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|