summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/tournaments.css.scss
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-06-30 10:26:26 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-06-30 10:26:26 -0400
commit7f6458d67fa9e7f67e18e97ac61d5575dd1ccb21 (patch)
treec3f24047853a693cf889bbc00b436758d4c154a0 /app/assets/stylesheets/tournaments.css.scss
parenta8617d93a18ba0f1765fc58c38c26f51e2ff975d (diff)
parente2796a3f26c200123f81a9957b84378aad6fc952 (diff)
Merge branch 'css-rewrite'
Diffstat (limited to 'app/assets/stylesheets/tournaments.css.scss')
-rw-r--r--app/assets/stylesheets/tournaments.css.scss47
1 files changed, 0 insertions, 47 deletions
diff --git a/app/assets/stylesheets/tournaments.css.scss b/app/assets/stylesheets/tournaments.css.scss
deleted file mode 100644
index 0b8aa99..0000000
--- a/app/assets/stylesheets/tournaments.css.scss
+++ /dev/null
@@ -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;
- }
-}