diff --git a/Src/VideoGameQuotes.Web/Views/Home/Index.aspx b/Src/VideoGameQuotes.Web/Views/Home/Index.aspx index 39428fa..ad7ea2e 100644 --- a/Src/VideoGameQuotes.Web/Views/Home/Index.aspx +++ b/Src/VideoGameQuotes.Web/Views/Home/Index.aspx @@ -13,7 +13,7 @@
If you see a quote that is inaccurate, fake, spelled wrong, spam or you’re just straight up - concerned about it, please flag () + concerned about it, please flag () the quote in question. It won’t be removed immediately, but it will be flagged for review by our crack team of administrators (i.e. me).
diff --git a/Src/VideoGameQuotes.Web/media/css/global.css b/Src/VideoGameQuotes.Web/media/css/global.css index 092bf2b..2319a95 100644 --- a/Src/VideoGameQuotes.Web/media/css/global.css +++ b/Src/VideoGameQuotes.Web/media/css/global.css @@ -143,6 +143,10 @@ ul.menu { padding: 0; list-style: none; } +ul.menu li { + margin: 0; + padding: 0; +} a.external { background-image: url(/media/images/external.png); background-position: right center;