luci-theme-bootstrap: fix header width
[project/luci.git] / themes / luci-theme-bootstrap / htdocs / luci-static / bootstrap / cascade.css
index 985f97447a9de202e73ccb25142fce6ed052a637..4780eb892bdbc2c6ae85dddac9f0330077016f74 100644 (file)
@@ -863,7 +863,7 @@ header {
        background-repeat: repeat-x;
        background-image: linear-gradient(to bottom, #333333, #222222);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
-       padding: 0 5px;
+       padding: 0 calc((100% - 940px) / 2 + 5px);
 }
 
 .nav {