fixed the margin for the other tag

This commit is contained in:
Erin Braswell 2012-05-28 13:36:32 -04:00
parent 472626b397
commit 1015a14b5d

View File

@ -19,6 +19,7 @@
.raw { float: right; margin-right:12em; background-color: #900000;} .raw { float: right; margin-right:12em; background-color: #900000;}
.divas { float: right; margin-right:11em; background-color: #900099;} .divas { float: right; margin-right:11em; background-color: #900099;}
.smackdown { float: right; margin-right:8em; background-color: #003090;} .smackdown { float: right; margin-right:8em; background-color: #003090;}
.other { float: right; margin-right:11em; }
.score-container { float: right; margin-right:20em;} .score-container { float: right; margin-right:20em;}
.nav { font-size: 120%; padding: 4px 0px;} .nav { font-size: 120%; padding: 4px 0px;}
</style> </style>