From 7addccacaab5bf7510fbe537b512bc8d5c3f558f Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Sun, 4 Oct 2009 16:26:04 +0000 Subject: Added ability to define mobile stylesheets (handheld, screen) at the theme level. If there are no mobile stylesheets in the theme directory, it will use the ones that come with the plugin. --- plugins/MobileProfile/mp-handheld.css | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 plugins/MobileProfile/mp-handheld.css (limited to 'plugins/MobileProfile/mp-handheld.css') diff --git a/plugins/MobileProfile/mp-handheld.css b/plugins/MobileProfile/mp-handheld.css new file mode 100644 index 000000000..e69de29bb -- cgit v1.2.3-54-g00ecf From 0947ca8b9331b03a172d86b37a511e50100fd0bb Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Mon, 12 Oct 2009 12:29:19 +0000 Subject: Init mp-handheld stylesheet. For now, it is reusing mp-screen. Future updates will handle media queries --- plugins/MobileProfile/mp-handheld.css | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/MobileProfile/mp-handheld.css') diff --git a/plugins/MobileProfile/mp-handheld.css b/plugins/MobileProfile/mp-handheld.css index e69de29bb..e0ea823d5 100644 --- a/plugins/MobileProfile/mp-handheld.css +++ b/plugins/MobileProfile/mp-handheld.css @@ -0,0 +1 @@ +@import url(mp-screen.css); -- cgit v1.2.3-54-g00ecf