- gitlist.git
- themes
- bootstrap
- less
- default.less
This file ( 1kB ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
@import "gitlist.less";
@import "network.less";
@import "clone-button.less";
.header {
margin-bottom: @line-height-computed;
}
.breadcrumb {
padding: @padding-large-vertical @padding-large-horizontal;
border: 1px solid @navbar-default-border;
border-radius: @border-radius-base;
}
.download-buttons {
display: inline;
}
.download-buttons .rss-icon {
padding-left: @padding-large-horizontal;
font-size: @font-size-h3;
}
.space-right {
padding: 0 8px 0 0;
}
span.rss-icon {
color: @brand-danger;
font-size: @font-size-large;
&:hover {
color: darken(@brand-danger, 15%);
}
}
.p3x-gitlist-markdown-heading-container {
position: relative;
}
a.p3x-gitlist-markdown-heading-link {
display: none;
font-size: inherit;
text-decoration: none !important;
}
.p3x-gitlist-markdown-image {
max-width: 100%;
}
img.emoji {
height: 1em;
width: 1em;
margin: 0 .05em 0 .1em;
vertical-align: -0.1em;
}
.p3x-gitlist-header-height {
height: @navbar-height + (@navbar-height * 0.5);
}
body {
font-size: 10pt !important;
}