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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<div id="c-tags">
|
<div id="c-tags">
|
||||||
<div id="a-index">
|
<div id="a-index">
|
||||||
<table width="100%" class="striped">
|
<table class="striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Count</th>
|
<th>Count</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user