diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2018-08-17 10:41:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-17 10:41:40 +0000 |
commit | 005cdf5953a165c5f117102382cd38ecb641fa2f (patch) | |
tree | 274606a100a0f3ccc421229b600ea852b3675426 /css | |
parent | 1e3b1a4867a21b599e8e45296b788977ff7da31a (diff) | |
parent | 4010f12cb2b4508118fa3b8bdb81cf9f23ee598b (diff) |
Merge pull request #123 from umanghome/master
Allows duplication of a redirect rule.
Diffstat (limited to 'css')
-rw-r--r-- | css/redirector.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/redirector.css b/css/redirector.css index c149787..26f9c1a 100644 --- a/css/redirector.css +++ b/css/redirector.css @@ -81,6 +81,10 @@ input[type="radio"] { text-decoration: none; } +.btn.padded { + padding-left: 12px; + padding-right: 12px; +} .btn.grey { color:#333; |