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
7 changed files with 34 additions and 0 deletions
|
@ -140,6 +140,11 @@ TABLE.tag_list>THEAD {
|
|||
}
|
||||
TABLE.tag_list>TBODY>TR>TD {
|
||||
display: inline;
|
||||
padding: 0;
|
||||
line-height: 1em;
|
||||
}
|
||||
TABLE.tag_list>TBODY>TR>TD:after {
|
||||
content: " ";
|
||||
}
|
||||
.tag_count {
|
||||
color:#AAAAAA;
|
||||
|
|
|
@ -161,6 +161,11 @@ TABLE.tag_list>THEAD {
|
|||
}
|
||||
TABLE.tag_list>TBODY>TR>TD {
|
||||
display: inline;
|
||||
padding: 0;
|
||||
line-height: 1em;
|
||||
}
|
||||
TABLE.tag_list>TBODY>TR>TD:after {
|
||||
content: " ";
|
||||
}
|
||||
.tag_count {
|
||||
display:inline-block;
|
||||
|
|
|
@ -104,6 +104,10 @@ TABLE.tag_list>THEAD {
|
|||
}
|
||||
TABLE.tag_list>TBODY>TR>TD {
|
||||
display: inline;
|
||||
padding: 0;
|
||||
}
|
||||
TABLE.tag_list>TBODY>TR>TD:after {
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.more:after {
|
||||
|
|
|
@ -73,6 +73,11 @@ TABLE.tag_list>THEAD {
|
|||
}
|
||||
TABLE.tag_list>TBODY>TR>TD {
|
||||
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 {
|
||||
display: inline;
|
||||
padding: 0;
|
||||
line-height: 1em;
|
||||
}
|
||||
TABLE.tag_list>TBODY>TR>TD:after {
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.more:after {
|
||||
|
|
|
@ -9,4 +9,9 @@ TABLE.tag_list>THEAD {
|
|||
}
|
||||
TABLE.tag_list>TBODY>TR>TD {
|
||||
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 {
|
||||
display: inline;
|
||||
padding: 0;
|
||||
line-height: 1em;
|
||||
}
|
||||
TABLE.tag_list>TBODY>TR>TD:after {
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.more:after {
|
||||
|
|
Reference in a new issue