Tiny tweak to XTemplate CSS: the vertical padding at the bottom of a sticky post should be outside the gray sticky rectangle, not inside it.

4.5.x
Steven Wittens 2004-08-20 04:43:46 +00:00
parent 9cb5f7cdf8
commit 870cc81607
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ table {
color: #222;
}
.links {
margin-bottom: 2em;
margin-bottom: 0em;
}
.comment .links {
margin-bottom: 0em;
@ -204,7 +204,7 @@ table {
font-size: 1.1em;
}
.node {
margin: .5em 0 1em 0;
margin: .5em 0 2em 0;
}
.sticky {
padding: .5em;