From 34fe681202caa7f92f8d41d811f80b57fe5de854 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 21 Mar 2017 19:54:25 -0400 Subject: [PATCH] fix more weird unicode stuff --- Project-Unite/Content/Site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project-Unite/Content/Site.css b/Project-Unite/Content/Site.css index 30f7b8d..17c04c5 100644 --- a/Project-Unite/Content/Site.css +++ b/Project-Unite/Content/Site.css @@ -24,7 +24,7 @@ } }*/ -p,a,strong,b,u,i,em,h1,h2,h3,h4,h5,h6,s,pre,code,ul,ol,li{ +p,a,strong,b,u,i,em,h1,h2,h3,h4,h5,h6,s,pre,code,ul,ol,li,input,textarea,div,button{ overflow:auto; }