From b7de5ce7c1ae19cef8c2e2b9603f58fa5111214a Mon Sep 17 00:00:00 2001 From: Manuel Munz Date: Mon, 28 Jan 2013 22:49:59 +0000 Subject: themes/bootstrap: Fixes for mobile devices: add initial scale, don't show hostname in header, partly fixes #481 --- themes/bootstrap/htdocs/luci-static/bootstrap/mobile.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 themes/bootstrap/htdocs/luci-static/bootstrap/mobile.css (limited to 'themes/bootstrap/htdocs') diff --git a/themes/bootstrap/htdocs/luci-static/bootstrap/mobile.css b/themes/bootstrap/htdocs/luci-static/bootstrap/mobile.css new file mode 100644 index 000000000..e9d9b61aa --- /dev/null +++ b/themes/bootstrap/htdocs/luci-static/bootstrap/mobile.css @@ -0,0 +1,3 @@ +header h3 a, header .brand { + display:none !important; +} -- cgit v1.2.3