diff options
| author | Victor Tran <[email protected]> | 2017-04-05 22:39:29 +1000 |
|---|---|---|
| committer | Victor Tran <[email protected]> | 2017-04-05 22:39:29 +1000 |
| commit | 7905b810cb231f6c24f4c11d5864a52077152c20 (patch) | |
| tree | ddd9359f2b8a21013c1f83448d5b28c0ce0d3920 | |
| parent | de32b0f7064d1195fc0b0aca322a63392ea97eea (diff) | |
| download | project-unite-7905b810cb231f6c24f4c11d5864a52077152c20.tar.gz project-unite-7905b810cb231f6c24f4c11d5864a52077152c20.tar.bz2 project-unite-7905b810cb231f6c24f4c11d5864a52077152c20.zip | |
Removed inline <body> styling
| -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 14f3c69..d530f59 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 style="background:rgba(0,0,0,0.25);"> +<body> @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.--> |
