From d315b64585eda765da0a3022b339177238d8e1e1 Mon Sep 17 00:00:00 2001 From: MrPerson Date: Sun, 12 Apr 2015 07:25:28 -0700 Subject: [PATCH] Make DS's IE browser use the most modern available instead of IE7 Read this for more info http://www.byond.com/forum/?post=1820325 Assuming the user has a modern version of IE installed, this allows access to supported CSS 3 elements that we currently can't use. Visually everything seems to remain the same. Tried doing this with nano and it stopped working for me. Since I know jack all about how nano works, it stays as-is for now. --- code/datums/browser.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/browser.dm b/code/datums/browser.dm index 0285f2be06c..a43a3996271 100644 --- a/code/datums/browser.dm +++ b/code/datums/browser.dm @@ -70,6 +70,7 @@ return {" + [head_content]