Archived
1
0

finish burst of commits

This commit is contained in:
Jeff Becker 2016-11-02 16:11:43 -04:00
parent 239ba55f1f
commit 3bc2befb88
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
2 changed files with 3 additions and 8 deletions

View File

@ -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]);
}
}

View File

@ -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;