Progress und aber auch Über uns
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
.header {
|
||||
background-color: darkred;
|
||||
background-color: #999;
|
||||
}
|
||||
|
||||
.banner {
|
||||
@@ -9,7 +9,7 @@
|
||||
}
|
||||
|
||||
.language {
|
||||
background-color: #f8b803;
|
||||
background-color: #ccc;
|
||||
}
|
||||
|
||||
#logo {
|
||||
@@ -18,7 +18,7 @@
|
||||
}
|
||||
|
||||
.ticker {
|
||||
background-color: #0f0;
|
||||
background-color: #0c0;
|
||||
min-height: 2vh;
|
||||
}
|
||||
|
||||
@@ -29,13 +29,13 @@
|
||||
|
||||
.navbar {
|
||||
|
||||
background-color: pink;
|
||||
background-color: #ccc;
|
||||
min-height: 80vh;
|
||||
}
|
||||
|
||||
.content {
|
||||
|
||||
background-color: aqua;
|
||||
background-color: #dcccaa;
|
||||
min-height: 80vh;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
function remove(lang){
|
||||
|
||||
let s = [];
|
||||
$("#ticker_" + lang).each(function(){
|
||||
s.push($(this).val());
|
||||
});
|
||||
console.log(JSON.stringify(s));
|
||||
}
|
||||
|
||||
function insert(lang){
|
||||
|
||||
Reference in New Issue
Block a user