pidgin/nest

Remove extra padding from condensed lists.

2019-09-13, Elliott Sales de Andrade
e3460df813a9
Parents 5efe0d0bccfb
Children 402c457d2991
Remove extra padding from condensed lists.

All lists already have a margin, so this just makes the bottom space
extra large.
--- a/hugo/static/css/custom.css Thu Sep 05 22:35:39 2019 -0400
+++ b/hugo/static/css/custom.css Fri Sep 13 00:31:18 2019 -0400
@@ -5,7 +5,6 @@
/* stuff from the old pidgin.im */
ul.condensed {
- padding-bottom: 1em;
display: block;
}