Package: ftp.debian.org Severity: minor Tags: patch 8<-------->8 --- removals-style.css | 3 +++ style.css | 3 +++ 2 files changed, 6 insertions(+)
diff --git a/removals-style.css b/removals-style.css index 6c21fa6..19f2b36 100644 --- a/removals-style.css +++ b/removals-style.css @@ -20,6 +20,9 @@ a img { background-color: #DF0451; color: #FFFF00; padding: 0.2em; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; } .titleblock a { color: #FFFF00; diff --git a/style.css b/style.css index 0d73e47..05c8052 100644 --- a/style.css +++ b/style.css @@ -380,6 +380,9 @@ a img { background-color: #DF0451; color: #FFFF00; padding: 0.2em; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; } .titleblock a { color: #FFFF00; -- 2.7.0