From: Jo-Philipp Wich Date: Sun, 13 Jul 2008 20:09:27 +0000 (+0000) Subject: * luci/themes: small css fix vor field descriptions in openwrt.org theme X-Git-Tag: 0.8.0~671 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=bd3d20708134c3a7622269f71d13ccb70ac0dece * luci/themes: small css fix vor field descriptions in openwrt.org theme * luci/applications: fix html in ffwizard --- diff --git a/applications/luci-ffwizard-leipzig/luasrc/view/freifunk/wizard.htm b/applications/luci-ffwizard-leipzig/luasrc/view/freifunk/wizard.htm index b6b96155e..26a575e9b 100644 --- a/applications/luci-ffwizard-leipzig/luasrc/view/freifunk/wizard.htm +++ b/applications/luci-ffwizard-leipzig/luasrc/view/freifunk/wizard.htm @@ -19,8 +19,8 @@ $Id$
-
<%:ip%>:  -
+
<%:ip%>
+
<% for i, k in ipairs(ifaces) do %>
@@ -69,4 +69,4 @@ end %>
-<%+footer%> \ No newline at end of file +<%+footer%> 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 a89152d5c..824b04ba4 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css @@ -286,7 +286,6 @@ div.cbi-value-field { } div.cbi-value-description { - width: 58%; font-size: 90%; }