mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
24 lines
341 B
CSS
24 lines
341 B
CSS
|
|
th > p:first-child,
|
|
td > p:first-child,
|
|
li > p:first-child,
|
|
dt > p:first-child,
|
|
dd > p:first-child {
|
|
margin-top: 0px;
|
|
}
|
|
|
|
th > p:last-child,
|
|
td > p:last-child,
|
|
li > p:last-child,
|
|
dt > p:last-child,
|
|
dd > p:last-child {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
li > p:first-child {
|
|
margin-top: 0px;
|
|
}
|
|
li > p:last-child {
|
|
margin-bottom: 0px;
|
|
}
|
|
|