style tweaks for tag listing
This commit is contained in:
13
app/assets/stylesheets/specific/tags.css.scss
Normal file
13
app/assets/stylesheets/specific/tags.css.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
div#c-tags {
|
||||
div#a-index {
|
||||
td:nth-child(1), th:nth-child(1) {
|
||||
width: 5em;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
td:nth-child(2), th:nth-child(2) {
|
||||
padding-left: 1em;
|
||||
width: 40em;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user