summaryrefslogtreecommitdiffhomepage
path: root/themes/freifunk-hannover/htdocs
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-12-20 15:24:14 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-12-20 15:24:14 +0000
commit5e4d4ff5ef91e639f83d995902eb8ee23b9d6666 (patch)
treec88ccecb86e8a8c1c92d0e5b2497323c8bebac1c /themes/freifunk-hannover/htdocs
parent4988cc6b59a9445362d01064417706eae5f80b54 (diff)
themes: add essential CSS class to other themes as well
Diffstat (limited to 'themes/freifunk-hannover/htdocs')
-rw-r--r--themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css6
1 files changed, 5 insertions, 1 deletions
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 07218f24f..0f8921655 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 {