Úprava souboru index.html
This commit is contained in:
parent
fccb9482c8
commit
7cfca04e5c
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@
|
||||||
console.log("Detekováno mobilní zařízení");
|
console.log("Detekováno mobilní zařízení");
|
||||||
document.write("<style>");
|
document.write("<style>");
|
||||||
document.write(".sloupce{column-count:1;column-width:100px;column-rule-width:10px;}");
|
document.write(".sloupce{column-count:1;column-width:100px;column-rule-width:10px;}");
|
||||||
document.write(".menu a span {padding-let: 5px;}");
|
document.write(".menu a span {padding-left: 5px;}");
|
||||||
document.write(".menu a:hover span {padding-let: 10px;}");
|
document.write(".menu a:hover span {padding-left: 10px;}");
|
||||||
document.write("</style>");
|
document.write("</style>");
|
||||||
document.write("<link href='css/flexslider-mobil.css' rel='stylesheet' type='text/css' />");
|
document.write("<link href='css/flexslider-mobil.css' rel='stylesheet' type='text/css' />");
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue