From 1991afa021ca351f64b42df68b6f750196a87b8e Mon Sep 17 00:00:00 2001 From: tmont Date: Mon, 28 Feb 2011 10:38:11 +0000 Subject: [PATCH] * removed margin on .menu li * quote-flag-link -> quote-flag-icon --- Src/VideoGameQuotes.Web/Views/Home/Index.aspx | 2 +- Src/VideoGameQuotes.Web/media/css/global.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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;