diff options
author | Dirk Brenken <dev@brenken.org> | 2018-07-28 18:23:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-28 18:23:47 +0200 |
commit | 4a85973a9a22071a0aa3f5add69eca775d488f9f (patch) | |
tree | 0a8204ccceb2bef7ec50d9ce0311518df6ed839b /applications/luci-app-adblock/luasrc/view/adblock/runtime.htm | |
parent | a0b4d2adb6914f6b1523e8caee64c8a5b3af66b7 (diff) | |
parent | b7ed444cbb2428150688b2842e95491a740b1156 (diff) |
Merge pull request #2006 from dibdot/adblock
luci-app-adblock: small fixes
Diffstat (limited to 'applications/luci-app-adblock/luasrc/view/adblock/runtime.htm')
-rw-r--r-- | applications/luci-app-adblock/luasrc/view/adblock/runtime.htm | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/applications/luci-app-adblock/luasrc/view/adblock/runtime.htm b/applications/luci-app-adblock/luasrc/view/adblock/runtime.htm index 7609ba5e66..05cdde73b9 100644 --- a/applications/luci-app-adblock/luasrc/view/adblock/runtime.htm +++ b/applications/luci-app-adblock/luasrc/view/adblock/runtime.htm @@ -1,16 +1,15 @@ <%# Copyright 2017-2018 Dirk Brenken (dev@brenken.org) This is free software, licensed under the Apache License, Version 2.0 -local sys = require("luci.sys") - -%> + <style type="text/css"> .runtime { - color:#0069d6; - font-weight:bold; - display:inline-block; - width:100%; + color: #0069d6; + font-weight: bold; + display: inline-block; + width: 100%; padding-top: 0.5rem; } </style> |