finish burst of commits
This commit is contained in:
parent
239ba55f1f
commit
3bc2befb88
@ -35,7 +35,7 @@ function inject_search(elem) {
|
||||
status.innerHTML = "no results";
|
||||
} else {
|
||||
status.innerHTML = "found "+result.length+" results";
|
||||
for (var idx = 0 ; idx < result.length; idx ++ ) {
|
||||
for (var idx = 0 ; idx < result.length; idx++ ) {
|
||||
inject_search_result(result[idx]);
|
||||
}
|
||||
}
|
||||
|
@ -298,12 +298,6 @@ a, a:visited, .navbar-link > label {
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
|
||||
.ukko_thread_header {
|
||||
|
||||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
|
||||
input, textarea {
|
||||
|
||||
@ -313,6 +307,7 @@ input, textarea {
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
.ukko_thread_header {
|
||||
border-color: #C0C3D4;
|
||||
border-top-left-radius: 0px;
|
||||
@ -321,7 +316,7 @@ input, textarea {
|
||||
border-bottom-left-radius: 0px;
|
||||
border-style: dashed;
|
||||
}
|
||||
|
||||
*/
|
||||
.frontend {
|
||||
margin-top: 0px;
|
||||
display: inline-block;
|
||||
|
Reference in New Issue
Block a user