Merge pull request #190 from vita10gy/gh-pages

Portal Location Info, Take 2
This commit is contained in:
Stefan Breunig
2013-02-21 13:12:09 -08:00

View File

@ -571,15 +571,29 @@ h3 {
aside { aside {
display: inline-block; display: inline-block;
padding: 0 5px; padding-right: 9px;
width: 50%;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
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 { #toolbox {