diff options
| author | Michael <[email protected]> | 2017-03-23 18:23:22 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-03-23 18:23:22 -0400 |
| commit | 9ec663010028f929d3102c5c3f97c800d05f9c98 (patch) | |
| tree | b5717e68b962dc91a82cc41234cd4981758aacc1 | |
| parent | 0ed55f2f2da29eb6f9d75868194689343e973580 (diff) | |
| download | project-unite-9ec663010028f929d3102c5c3f97c800d05f9c98.tar.gz project-unite-9ec663010028f929d3102c5c3f97c800d05f9c98.tar.bz2 project-unite-9ec663010028f929d3102c5c3f97c800d05f9c98.zip | |
test
| -rw-r--r-- | Project-Unite/Views/Shared/_Layout.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Shared/_Layout.cshtml b/Project-Unite/Views/Shared/_Layout.cshtml index 904632c..70b8a72 100644 --- a/Project-Unite/Views/Shared/_Layout.cshtml +++ b/Project-Unite/Views/Shared/_Layout.cshtml @@ -20,7 +20,7 @@ @Scripts.Render("~/bundles/modernizr") </head> -<body> +<body style="background:transparent;"> @Scripts.Render("~/Scripts/highlight.js") <div class="navbar navbar-default navbar-fixed-top"> <div> <!--Let's just add some padding there so the page doesn't look fucked.--> |
