From d95a6526188f60562f8f7024592f5bbb85162fe6 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 1 May 2014 16:19:19 -0400 Subject: improve CSS --- app/assets/stylesheets/tournaments.css.scss | 47 ----------------------------- 1 file changed, 47 deletions(-) (limited to 'app/assets/stylesheets/tournaments.css.scss') diff --git a/app/assets/stylesheets/tournaments.css.scss b/app/assets/stylesheets/tournaments.css.scss index 92ac3e1..e69de29 100644 --- a/app/assets/stylesheets/tournaments.css.scss +++ b/app/assets/stylesheets/tournaments.css.scss @@ -1,47 +0,0 @@ -// Place all the styles related to the tournaments controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ - -@import "colors"; - -#players-needed { - text-align: center; - font-style: italic; -} - -#tournament-side-params { - background: none repeat scroll 0 0 rgba(0,0,0,0.5); - border-radius: 5px; - float: right; - font-size: 7px; - padding: 10px; - - p { - font-size: 10px; - margin-bottom: 5px; - } - -} -/* -ul#tournament-users { - list-style: none; - padding: 0; - margin: 0; - li { - // Make the bullet green, but the text white - padding-left: 1em; - text-indent: -.7em; - &:before { - content: "• "; - color: #10A010; - } - color: white; - } -} -*/ -div.leave-buttons { - margin-top: 50px; - form { - display: inline; - } -} -- cgit v1.2.3