@import 'include/common'; @import 'include/components'; .content > table { width: 100%; } .decoration > a { margin-left: 5px; display: inline-block; padding: 0 5px; background-color: #1e2f47; color: @dark-foreground; &:hover { text-decoration: none; background-color: #71a3f0; color: @dark-background; } } .main { &:extend(.title-header); display: block; } .logo { width: 0; padding: 0; > a { position: absolute; top: 10px; left: 10px; } } .pager { .listless-list(); margin: 0; padding: 0; text-align: center; padding-bottom: 5px; li { padding: 5px 10px; } } .reposection { text-align: center; font-size: 1.4rem; font-weight: bold; } .sub { &:extend(.subtitle); display: block; } .tabs { width: 100%; a { padding: 5px 10px; margin: 0; &.active { background-color: @dark-background-highlight; } } .form { width: 0; white-space: nowrap; } } #cgit { &:extend(.content-wrapper); position: relative; } #header { width: 100%; &, tbody, tr, td { display: block; margin: 0; border: 0; } }