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/openwrt.org-oxygen | |
parent | 4988cc6b59a9445362d01064417706eae5f80b54 (diff) |
themes: add essential CSS class to other themes as well
Diffstat (limited to 'themes/openwrt.org-oxygen')
-rw-r--r-- | themes/openwrt.org-oxygen/htdocs/luci-static/openwrt.org-oxygen/cascade.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/themes/openwrt.org-oxygen/htdocs/luci-static/openwrt.org-oxygen/cascade.css b/themes/openwrt.org-oxygen/htdocs/luci-static/openwrt.org-oxygen/cascade.css index 710bf18636..277207b73e 100644 --- a/themes/openwrt.org-oxygen/htdocs/luci-static/openwrt.org-oxygen/cascade.css +++ b/themes/openwrt.org-oxygen/htdocs/luci-static/openwrt.org-oxygen/cascade.css @@ -746,8 +746,12 @@ td.cbi-value-error { padding: 3px; } +.left { + text-align: left !important; +} + .right { - text-align: right; + text-align: right !important; } .luci { |