pidgin/nest

closing merged branch
help-weights
2019-08-23, Gary Kramlich
6af542ccd6f4
closing merged branch
td img {
margin: 0 !important;
width: 30px;
}
/* stuff from the old pidgin.im */
ul.condensed {
padding-bottom: 1em;
display: block;
}
.condensed li {
width: 33%;
display: inline-block;
}
.donate-button {
display: inline-block;
border-radius: 25px;
color: rgb(0, 0, 0) !important;
background: #fff;
padding: 10px;
width: 100%;
text-align: center;
font-weight: bolder;
font-size: 20px;
}
#body-inner li p {
/* This is to fix the unwanted p-tags that blackfriday adds */
margin-block-start: 0;
margin-block-end: 0;
}
#body-inner li pre {
margin: 1rem 0;
}
#body-inner li {
margin-block-start: 0.3rem;
margin-block-end: 0.3rem;
}
nav#TableOfContents code {
/* Make titles with code snippets look nicer */
white-space: nowrap;
color: #8451a1;
background: #e2e2fd;
padding: 0px 2px;
}
#footline {
background: rgb(246, 246, 246);
border-radius: 15px;
text-align: center;
margin-top: 15px;
}
#page-info {
padding: 10px;
}
#page-info > div {
display: inline-block;
width: 49%;
}
#footline-columns {
margin: 0;
display: inline-block;
width: 200px;
text-align: left;
vertical-align: top;
padding: 0;
}
#footline-columns > li {
list-style-type: none;
}
.footline-license > ul {
margin-top: 0;
}
.footline-license > ul > li {
list-style-type: none;
}
.build-info {
font-size: 8px;
text-align: center;
}