From 3335a353b74526e0808017ebcc47fd51463d7fcd Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sat, 16 May 2015 13:58:17 +0200 Subject: add responsive css For 4 types of devices: a. desktop / tablet 10" landscape (default) b. tablet 10" portrait / tablet 7" landscape c. tablet 7" portrait / smartphone landscape d. smartphone portrait --- inc/html.inc.php | 5 ++++- layout/style-b.css | 0 layout/style-c.css | 0 layout/style-d.css | 0 4 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 layout/style-b.css create mode 100644 layout/style-c.css create mode 100644 layout/style-d.css diff --git a/inc/html.inc.php b/inc/html.inc.php index e52d90c..9f42fdf 100644 --- a/inc/html.inc.php +++ b/inc/html.inc.php @@ -19,8 +19,11 @@ function html_start() { CGP{$path} - + + + + EOT; if (isset($CONFIG['page_refresh']) && is_numeric($CONFIG['page_refresh'])) { diff --git a/layout/style-b.css b/layout/style-b.css new file mode 100644 index 0000000..e69de29 diff --git a/layout/style-c.css b/layout/style-c.css new file mode 100644 index 0000000..e69de29 diff --git a/layout/style-d.css b/layout/style-d.css new file mode 100644 index 0000000..e69de29 -- cgit v1.1