1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

LESS: Use tabs for indent in all files

This does not change any content and generated gogs.css is still the same.
This commit is contained in:
Adam Strzelecki
2015-12-07 21:20:54 +01:00
parent 4e0c697aaf
commit dd8a06a397
13 changed files with 840 additions and 840 deletions

View File

@@ -8,8 +8,8 @@
z-index: 101;
min-width: 200px;
.ui.header {
font-size: 1rem;
text-transform: none;
font-size: 1rem;
text-transform: none;
}
}
.filter.menu {
@@ -17,8 +17,8 @@
text-align: left;
.text {
height: 16px;
vertical-align: middle;
&.truncate {
vertical-align: middle;
&.truncate {
width: 85%;
}
}
@@ -32,7 +32,7 @@
// Sort
.jump.item {
margin: 1px;
padding-right: 0;
padding-right: 0;
}
.menu {
max-height: 300px;
@@ -96,24 +96,24 @@
padding-left: 0;
li {
&:not(:last-child) {
border-bottom: 1px solid #EAEAEA;
}
&:not(:last-child) {
border-bottom: 1px solid #EAEAEA;
}
&.private {
background-color: #fcf8e9;
}
a {
padding: 6px 1.2em;
display: block;
.octicon {
margin-right: 6px;
color: #888;
}
}
a {
padding: 6px 1.2em;
display: block;
.octicon {
margin-right: 6px;
color: #888;
}
}
}
}
}
}
}