css content + struct-plugin prepared

This commit is contained in:
Silke Pisulla 2017-01-05 08:14:09 +01:00
commit 158656e27e
3 changed files with 93 additions and 0 deletions

24
css/plugins/struct.less Normal file
View file

@ -0,0 +1,24 @@
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* all media */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
#dokuwiki__content {
.structaggregation {
@link-height: 1.5rem;
position: relative;
padding-bottom: @link-height;
margin-bottom: @grid;
.table {
margin-bottom: 0;
}
> a {
position: absolute;
bottom: 0;
height: @link-height;
margin-bottom: 0;
}
}
}