- Fixing incorrect bottom margins for comments in xtemplate default.
parent
6fd74abb88
commit
bd96bb77d2
|
@ -63,6 +63,9 @@ table {
|
|||
.links {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
.comment .links {
|
||||
margin-bottom: 0em;
|
||||
}
|
||||
|
||||
/*
|
||||
** Page layout blocks / IDs
|
||||
|
|
Loading…
Reference in New Issue