From 6bc5156e29479656bd8908030bf5e25ccf910c68 Mon Sep 17 00:00:00 2001 From: vita10gy Date: Thu, 21 Feb 2013 09:07:27 -0600 Subject: [PATCH] Style "Nigs" --- style.css | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/style.css b/style.css index 5eb7d5b1..9bcf9d4d 100644 --- a/style.css +++ b/style.css @@ -567,19 +567,33 @@ h3 { .linkdetails { margin-bottom: 8px; -} +} aside { display: inline-block; - padding: 0 5px; - width: 50%; + padding-right: 9px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; - text-align: right; + text-align: center; } -aside + aside { - text-align: left; + +.linkdetails aside:last-child { + padding-right: 0; +} + +.linkdetails aside:nth-child(1) { + text-align: right; + width:88px; +} + +.linkdetails aside:nth-child(2) { + text-align: right; + width:67px; +} + +.linkdetails aside:nth-child(4) { + margin-left:13px; } #toolbox { @@ -647,7 +661,6 @@ aside + aside { td { padding: 0; - vertical-align: top; } td + td {