xref: /template/readthedokus/css/sidebarfooter.css (revision 0da2522c27e84f0bf8981d78aea8cdfa092dce94)
1#sidebarfooter
2{
3	bottom: 0;
4	left: 0;
5	padding: 5px .8em;
6	position: absolute;
7	right: 0;
8    width: __width_sidebar__;
9}
10
11#sidebarfooter > div
12{
13    height: 100%;
14}
15