mirror of
https://github.com/zulip/zulip.git
synced 2026-07-18 21:04:19 +08:00
css: Use SCSS nesting for .api-details in portico.scss.
This commit is contained in:
parent
f488c03ca1
commit
ab5dfdc25f
@ -394,14 +394,14 @@ img.screenshot {
|
||||
|
||||
.api-details {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
.api-details ul {
|
||||
list-style-type: none;
|
||||
}
|
||||
ul {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.api-details dd {
|
||||
margin-bottom: 1em;
|
||||
dd {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
.python {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user