diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-01-17 16:35:02 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-01-17 16:35:02 +0000 |
commit | 89c8f98b12f28caf95989d99da6b6cb411f979c5 (patch) | |
tree | c438471ace8fbac62b400df7c585a21c6ba76cbc /themes/openwrt.org/htdocs | |
parent | f2148a5c65fa6c66d0d22fa43ec2f3e71aac9aa1 (diff) |
build: add mkversion.sh helper script
contrib: (re-)generate version.lua at build time
libs/core: use version.lua
themes: adept header to version.lua, fix css for openwrt.org
Diffstat (limited to 'themes/openwrt.org/htdocs')
-rw-r--r-- | themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css index 7fb7fc873e..cf4265d6af 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css @@ -9,6 +9,7 @@ body { background-position: bottom center; background-repeat: repeat-x; color: #ffffff; + height: 100%; } body { |