Skip to content

Commit 6f0c334

Browse files
committed
No longer needs min-width
1 parent cf9d520 commit 6f0c334

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $("[data-gracket]").gracket();
2626
.g_gracket { width: 9999px; background-color: #fff; padding: 55px 15px 5px; line-height: 100%; position: relative; overflow: hidden;}
2727
.g_round { float: left; margin-right: 70px; }
2828
.g_game { position: relative; margin-bottom: 15px; }
29-
.g_gracket h3 { min-width: 160px; margin: 0; padding: 10px 8px 8px; font-size: 18px; font-weight: normal; color: #fff}
29+
.g_gracket h3 { margin: 0; padding: 10px 8px 8px; font-size: 18px; font-weight: normal; color: #fff}
3030
.g_team { background: #3597AE; }
3131
.g_team:last-child { background: #FCB821; }
3232
.g_round:last-child { margin-right: 20px; }
@@ -164,4 +164,4 @@ This code is provided with no warranty. While I strive to maintain backwards co
164164

165165
Copyright and Licensing
166166
-----------------------
167-
Copyright (c) 2012 Erik Zettersten, released under the MIT license.
167+
Copyright (c) 2012 Erik Zettersten, released under the MIT license.

0 commit comments

Comments
 (0)