diff --git a/css/style.css b/css/style.css index 4de434a..0e987c9 100644 --- a/css/style.css +++ b/css/style.css @@ -5,10 +5,13 @@ display: inline; } body{ - font-size: 18px; + font-size: 12pt; margin: 10px; max-width: 800px; } +h1 { + font-size: 1.5em; +} figure { margin: 1em 0 2em; max-width: 100%; @@ -19,3 +22,12 @@ figcaption { img { max-width: 100%; } + +@media screen + and (max-width: 960px) + body { + font-size: 18pt; + max-width: 100%; + margin: 5%; + } +} diff --git a/index.html b/index.html index 0f56f98..f88f5da 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ Karinthy Free WiFi + diff --git a/js/selector.js b/js/selector.js index 653454c..2884674 100644 --- a/js/selector.js +++ b/js/selector.js @@ -1,7 +1,7 @@ function selectOs( osDiv ) { osString = navigator.oscpu + navigator.userAgent; osString = osString.toLowerCase(); - + var detectedOs = 'other'; if (matches(osString, ['Windows NT 5.1', 'Windows XP'])) { diff --git a/os/android/01.png b/os/android/01.png deleted file mode 100644 index 5071299..0000000 Binary files a/os/android/01.png and /dev/null differ diff --git a/os/android/02.png b/os/android/02.png deleted file mode 100644 index 1d313fc..0000000 Binary files a/os/android/02.png and /dev/null differ diff --git a/os/android/en/01.png b/os/android/en/01.png new file mode 100644 index 0000000..2768080 Binary files /dev/null and b/os/android/en/01.png differ diff --git a/os/android/en/02.png b/os/android/en/02.png new file mode 100644 index 0000000..3cd17c5 Binary files /dev/null and b/os/android/en/02.png differ diff --git a/os/android/howto.html b/os/android/howto.html index 1b43d2c..93b1af7 100644 --- a/os/android/howto.html +++ b/os/android/howto.html @@ -1,10 +1,10 @@
1. Válaszd ki a "karinthy" hálózatot.
- +
2. Válaszd ki, hogy ne ellenőrizze a tanúsítványt, majd írd be a karinthys felhasználóneved és jelszavad. Az anonim felhasználónevet nem kell kitölteni. Figyelj a kis- és nagybetűkre.
- +
3. Most már csatlakozhatsz a hálózathoz.
diff --git a/os/android/hu/01.png b/os/android/hu/01.png new file mode 100644 index 0000000..f6dec6b Binary files /dev/null and b/os/android/hu/01.png differ diff --git a/os/android/hu/02.png b/os/android/hu/02.png new file mode 100644 index 0000000..ab90788 Binary files /dev/null and b/os/android/hu/02.png differ