From 5f7a5ccd06cf28069116e33bf7d06b32ac107dbf Mon Sep 17 00:00:00 2001 From: Chris Blanchard Date: Mon, 21 Sep 2015 21:15:27 +0100 Subject: [PATCH] Minor style changes --- lib/react/gather.jsx | 10 +- lib/react/message.jsx | 2 +- lib/react/user.jsx | 2 +- public/css/bootstrap.min.css | 4280 +++++++++++++++++++++++++++++++++- 4 files changed, 4286 insertions(+), 8 deletions(-) diff --git a/lib/react/gather.jsx b/lib/react/gather.jsx index d9188aa..aa9c39f 100644 --- a/lib/react/gather.jsx +++ b/lib/react/gather.jsx @@ -348,7 +348,7 @@ var GatherActions = React.createClass({ } return ( -
+
    @@ -452,7 +452,7 @@ var ServerVoting = React.createClass({ let voted = self.props.currentGatherer.serverVote !== null; return ( -
    +
    {voted ? "Server Votes" : "Please Vote for a Server" }
    @@ -513,7 +513,7 @@ var MapVoting = React.createClass({ let voted = (self.props.currentGatherer.mapVote !== null); return ( -
    +
    { voted ? "Map Votes" : "Please Vote for a Map" }
    @@ -591,7 +591,7 @@ var Gather = React.createClass({ } return (
    -
    +
    Current Gather
    @@ -775,7 +775,7 @@ var Gatherers = React.createClass({ ); } else { return ( -
    +