From fd86a57c93eea4668d9c748aed9ab301a1d99082 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Fri, 17 Jan 2014 10:38:27 +0100 Subject: [PATCH] =?utf8?q?Layout=20f=C3=BCr=20Smartphones=20und=20sehr=20k?= =?utf8?q?leine=20Bildschirmgr=C3=B6=C3=9Fen=20=C3=BCberarbeitet?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/templates/html5page.jsp | 8 +- .../webapp/WEB-INF/templates/navigation.jsp | 2 +- .../WEB-INF/templates/test/navigation.jsp | 2 +- src/main/webapp/WEB-INF/views/blog.jsp | 2 +- .../webapp/WEB-INF/views/blog/article.jsp | 2 +- .../webapp/WEB-INF/views/blog/comments.jsp | 2 +- src/main/webapp/WEB-INF/views/projects.jsp | 2 +- .../webapp/WEB-INF/views/projects/fix-swf.jsp | 2 +- .../projects/fix-swf/getting-started.jsp | 2 +- .../views/projects/fix-swf/overview.jsp | 2 +- .../views/projects/html-experimente.jsp | 2 +- .../webapp/WEB-INF/views/projects/typo.jsp | 2 +- ...ast-leer-einspaltig-mit-marginalinhalt.jsp | 2 +- .../views/test/fast-leer-einspaltig.jsp | 2 +- ...st-leer-zweispaltig-mit-marginalinhalt.jsp | 2 +- .../views/test/fast-leer-zweispaltig.jsp | 2 +- src/main/webapp/WEB-INF/wro.xml | 22 ++++- src/main/webapp/less/phone.less | 7 ++ src/main/webapp/less/phone/footer.less | 40 ++++++++ src/main/webapp/less/phone/head.less | 7 ++ src/main/webapp/less/phone/layout.less | 19 ++++ src/main/webapp/less/phone/navigation.less | 97 ++++++++++++++++++- src/main/webapp/less/phone/typo.less | 6 ++ src/main/webapp/less/screen.less | 2 + .../webapp/less/screen/footer-sticky.less | 17 ++++ src/main/webapp/less/screen/footer.less | 2 +- src/main/webapp/less/screen/layout.less | 18 ---- .../less/screen/navigation-submenu.less | 89 +++++++++++++++++ src/main/webapp/less/screen/navigation.less | 92 +----------------- src/main/webapp/less/tablet/layout.less | 10 +- src/main/webapp/less/tiny.less | 3 +- src/main/webapp/less/tiny/layout.less | 47 +++++++++ src/main/webapp/less/tiny/navigation.less | 6 -- src/main/webapp/less/tiny/typo.less | 4 - src/main/webapp/less/variables.less | 3 +- 35 files changed, 383 insertions(+), 146 deletions(-) create mode 100644 src/main/webapp/less/phone/footer.less create mode 100644 src/main/webapp/less/phone/head.less create mode 100644 src/main/webapp/less/phone/layout.less create mode 100644 src/main/webapp/less/screen/footer-sticky.less create mode 100644 src/main/webapp/less/screen/navigation-submenu.less create mode 100644 src/main/webapp/less/tiny/layout.less delete mode 100644 src/main/webapp/less/tiny/navigation.less delete mode 100644 src/main/webapp/less/tiny/typo.less diff --git a/src/main/webapp/WEB-INF/templates/html5page.jsp b/src/main/webapp/WEB-INF/templates/html5page.jsp index 2e5cc80a..3169c65f 100644 --- a/src/main/webapp/WEB-INF/templates/html5page.jsp +++ b/src/main/webapp/WEB-INF/templates/html5page.jsp @@ -23,7 +23,7 @@
- Jump to navigation + Jump to navigation
@@ -33,16 +33,16 @@