From 95f12e3901e33a7bfb14002af826838c1442f0eb Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 24 Jun 2019 01:43:55 +0100 Subject: [PATCH] add widths --- local.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/local.css b/local.css index 484035ff1..3c05cfc13 100644 --- a/local.css +++ b/local.css @@ -6,6 +6,7 @@ body{ margin-bottom: 40px; background-color: #fff8ff; color: #00000; + width: 100%; } .actions{ font-family:arial,sans-serif; @@ -16,6 +17,7 @@ body{ margin-left: 10px; margin-right: 10px; text-align: left; + width: 100%; } .pagedate{ font-family: times; @@ -50,6 +52,7 @@ ol{ padding: 10px; color: #ffffff; font-family: sans-serif; + width: 100%; } .header a { margin-right: 1ex; color: #ffffff; font-family: sans-serif;} -- 2.30.2