diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-12-20 15:24:14 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-12-20 15:24:14 +0000 |
commit | 5e4d4ff5ef91e639f83d995902eb8ee23b9d6666 (patch) | |
tree | c88ccecb86e8a8c1c92d0e5b2497323c8bebac1c /themes/freifunk-hannover/htdocs | |
parent | 4988cc6b59a9445362d01064417706eae5f80b54 (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.css | 6 |
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 {
|