new-ryuslash.org/src/less/cgit.less

55 lines
555 B
Text
Raw Normal View History

@import 'include/common';
@import 'include/components';
.content > table {
width: 100%;
}
.main {
&:extend(.title-header);
display: block;
}
.logo {
width: 0;
padding: 0;
> a {
position: absolute;
top: 10px;
left: 10px;
}
}
.sub {
&:extend(.subtitle);
display: block;
}
.tabs {
width: 100%;
.form {
width: 0;
white-space: nowrap;
}
}
#cgit {
&:extend(.content-wrapper);
position: relative;
}
#header {
width: 100%;
&, tbody, tr, td {
display: block;
margin: 0;
border: 0;
}
}