9 lines
81 B
CSS
9 lines
81 B
CSS
|
|
.page-body > * {
|
|
}
|
|
#pageBody > * :first-child{
|
|
}
|
|
#pageBody > * :last-child {
|
|
}
|
|
|