[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[website/master] Fix titleblock overflowing body's bounds



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 587dd1b..936552e 100644
--- a/style.css
+++ b/style.css
@@ -390,6 +390,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.1.4


Reply to: