From 5e4d4ff5ef91e639f83d995902eb8ee23b9d6666 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 20 Dec 2011 15:24:14 +0000 Subject: themes: add essential CSS class to other themes as well --- .../htdocs/luci-static/freifunk-hannover/cascade.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'themes/freifunk-hannover/htdocs') diff --git a/themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css b/themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css index 07218f24fa..0f89216557 100644 --- a/themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css +++ b/themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css @@ -821,8 +821,12 @@ td.cbi-value-error { padding: 3px; } +.left { + text-align: left !important; +} + .right { - text-align: right; + text-align: right !important; } .luci { -- cgit v1.2.3