From 1015a14b5dde6e2151515e79ce332db61b6a54b9 Mon Sep 17 00:00:00 2001 From: Erin Braswell Date: Mon, 28 May 2012 13:36:32 -0400 Subject: [PATCH] fixed the margin for the other tag --- fowl/game/templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/fowl/game/templates/base.html b/fowl/game/templates/base.html index 01c2d34..f5b0ad3 100644 --- a/fowl/game/templates/base.html +++ b/fowl/game/templates/base.html @@ -19,6 +19,7 @@ .raw { float: right; margin-right:12em; background-color: #900000;} .divas { float: right; margin-right:11em; background-color: #900099;} .smackdown { float: right; margin-right:8em; background-color: #003090;} + .other { float: right; margin-right:11em; } .score-container { float: right; margin-right:20em;} .nav { font-size: 120%; padding: 4px 0px;}