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 --- themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'themes/freifunk-bno/htdocs/luci-static') diff --git a/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css b/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css index e2bd92c8af..e921e49e0e 100644 --- a/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css +++ b/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css @@ -684,8 +684,12 @@ div.cbi-tab-descr { } +.left { + text-align: left !important; +} + .right { - text-align: right; + text-align: right !important; } .luci { -- cgit v1.2.3