diff options
author | Manuel Munz <freifunk@somakoma.de> | 2013-01-28 22:49:59 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2013-01-28 22:49:59 +0000 |
commit | b7de5ce7c1ae19cef8c2e2b9603f58fa5111214a (patch) | |
tree | 6b6610fe6fadb0cec611127a7839686d67363822 /themes/bootstrap/htdocs | |
parent | 6bec9b6bcf3906a085e0757c3ab876d300b3b99c (diff) |
themes/bootstrap: Fixes for mobile devices: add initial scale, don't show hostname in header, partly fixes #481
Diffstat (limited to 'themes/bootstrap/htdocs')
-rw-r--r-- | themes/bootstrap/htdocs/luci-static/bootstrap/mobile.css | 3 |
1 files changed, 3 insertions, 0 deletions
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; +} |