1/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ 2/* all media */ 3/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ 4 5#dokuwiki__content { 6 .structaggregation { 7 @link-height: 1.5rem; 8 9 position: relative; 10 padding-bottom: @link-height; 11 margin-bottom: @grid; 12 13 .table { 14 margin-bottom: 0; 15 } 16 17 > a { 18 position: absolute; 19 bottom: 0; 20 height: @link-height; 21 margin-bottom: 0; 22 } 23 } 24 #plugin__struct_output{ 25 margin-right: 0; 26 } 27} 28