From 7e4d323bda1849f8513c6634c39e53176f11ce1e Mon Sep 17 00:00:00 2001 From: Stéphane Caron Date: Tue, 7 Aug 2012 09:14:35 -0700 Subject: espacement uniforme + hline dans Bracket --- style.css | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 15aa005..c4a6077 100644 --- a/style.css +++ b/style.css @@ -178,6 +178,7 @@ tr:nth-child(even) { float: left; padding: 1em; margin: 35px; + margin-bottom: 7ex; border: thin solid; width: 180px; height: 130px; @@ -202,8 +203,7 @@ tr:nth-child(even) { .quarter { float: left; padding: 1em; - margin: 15px; - margin-top: 2em; + margin: 7ex 15px .75em; border: thin solid; border-radius: .75em; width: 220px; @@ -213,6 +213,8 @@ tr:nth-child(even) { .semi { float: left; + margin-top: 2em; + margin-bottom: .75em; padding: 1em; border: thin solid; border-radius: .75em; @@ -230,6 +232,7 @@ tr:nth-child(even) { padding: 1em; margin-left: 430px; margin-top: 2em; + margin-bottom: 3em; border: thin solid; border-radius: .75em; width: 220px; @@ -237,7 +240,6 @@ tr:nth-child(even) { background-color: #FF58F7 } - .readable { margin-left: auto; margin-right: auto; @@ -304,3 +306,11 @@ td.team-name { .spacer { clear: both; } + +.hline { + border-top: thin solid #aaa; + margin: 0; + height: 0; + padding: 0; + width: 100%; +} -- cgit v1.2.3-70-g09d2