Style "Nigs"
This commit is contained in:
parent
caeb842063
commit
6bc5156e29
27
style.css
27
style.css
@ -567,19 +567,33 @@ h3 {
|
|||||||
|
|
||||||
.linkdetails {
|
.linkdetails {
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
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 {
|
||||||
@ -647,7 +661,6 @@ aside + aside {
|
|||||||
|
|
||||||
td {
|
td {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
vertical-align: top;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
td + td {
|
td + td {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user