diff options
| author | Michael <[email protected]> | 2017-03-21 19:54:25 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-03-21 19:54:25 -0400 |
| commit | 34fe681202caa7f92f8d41d811f80b57fe5de854 (patch) | |
| tree | 45ade97b40bc0dacc60f10f3f784ae06855fa281 | |
| parent | 58afdf80da687163f50d3262ac3760c866657e8d (diff) | |
| download | project-unite-34fe681202caa7f92f8d41d811f80b57fe5de854.tar.gz project-unite-34fe681202caa7f92f8d41d811f80b57fe5de854.tar.bz2 project-unite-34fe681202caa7f92f8d41d811f80b57fe5de854.zip | |
fix more weird unicode stuff
| -rw-r--r-- | Project-Unite/Content/Site.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
