Made tag list spacing more like it was before
It's still a few pixels off in some cases, but the difference is negligible now.
This commit is contained in:
parent
5919112477
commit
ab33652d70
@ -140,6 +140,11 @@ TABLE.tag_list>THEAD {
|
|||||||
}
|
}
|
||||||
TABLE.tag_list>TBODY>TR>TD {
|
TABLE.tag_list>TBODY>TR>TD {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
padding: 0;
|
||||||
|
line-height: 1em;
|
||||||
|
}
|
||||||
|
TABLE.tag_list>TBODY>TR>TD:after {
|
||||||
|
content: " ";
|
||||||
}
|
}
|
||||||
.tag_count {
|
.tag_count {
|
||||||
color:#AAAAAA;
|
color:#AAAAAA;
|
||||||
|
@ -161,6 +161,11 @@ TABLE.tag_list>THEAD {
|
|||||||
}
|
}
|
||||||
TABLE.tag_list>TBODY>TR>TD {
|
TABLE.tag_list>TBODY>TR>TD {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
padding: 0;
|
||||||
|
line-height: 1em;
|
||||||
|
}
|
||||||
|
TABLE.tag_list>TBODY>TR>TD:after {
|
||||||
|
content: " ";
|
||||||
}
|
}
|
||||||
.tag_count {
|
.tag_count {
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
|
@ -104,6 +104,10 @@ TABLE.tag_list>THEAD {
|
|||||||
}
|
}
|
||||||
TABLE.tag_list>TBODY>TR>TD {
|
TABLE.tag_list>TBODY>TR>TD {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
TABLE.tag_list>TBODY>TR>TD:after {
|
||||||
|
content: " ";
|
||||||
}
|
}
|
||||||
|
|
||||||
.more:after {
|
.more:after {
|
||||||
|
@ -73,6 +73,11 @@ TABLE.tag_list>THEAD {
|
|||||||
}
|
}
|
||||||
TABLE.tag_list>TBODY>TR>TD {
|
TABLE.tag_list>TBODY>TR>TD {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
padding: 0;
|
||||||
|
line-height: 1em;
|
||||||
|
}
|
||||||
|
TABLE.tag_list>TBODY>TR>TD:after {
|
||||||
|
content: " ";
|
||||||
}
|
}
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
|
@ -226,6 +226,11 @@ TABLE.tag_list>THEAD {
|
|||||||
}
|
}
|
||||||
TABLE.tag_list>TBODY>TR>TD {
|
TABLE.tag_list>TBODY>TR>TD {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
padding: 0;
|
||||||
|
line-height: 1em;
|
||||||
|
}
|
||||||
|
TABLE.tag_list>TBODY>TR>TD:after {
|
||||||
|
content: " ";
|
||||||
}
|
}
|
||||||
|
|
||||||
.more:after {
|
.more:after {
|
||||||
|
@ -9,4 +9,9 @@ TABLE.tag_list>THEAD {
|
|||||||
}
|
}
|
||||||
TABLE.tag_list>TBODY>TR>TD {
|
TABLE.tag_list>TBODY>TR>TD {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
padding: 0;
|
||||||
|
line-height: 1em;
|
||||||
|
}
|
||||||
|
TABLE.tag_list>TBODY>TR>TD:after {
|
||||||
|
content: " ";
|
||||||
}
|
}
|
@ -126,6 +126,11 @@ TABLE.tag_list>THEAD {
|
|||||||
}
|
}
|
||||||
TABLE.tag_list>TBODY>TR>TD {
|
TABLE.tag_list>TBODY>TR>TD {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
padding: 0;
|
||||||
|
line-height: 1em;
|
||||||
|
}
|
||||||
|
TABLE.tag_list>TBODY>TR>TD:after {
|
||||||
|
content: " ";
|
||||||
}
|
}
|
||||||
|
|
||||||
.more:after {
|
.more:after {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user