add style tweaks
This commit is contained in:
parent
b57778cdcf
commit
32d4fe6307
@ -251,3 +251,7 @@ html {
|
|||||||
#captcha_img {
|
#captcha_img {
|
||||||
background: grey;
|
background: grey;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.history_num {
|
||||||
|
text-align: right;
|
||||||
|
}
|
@ -12,7 +12,7 @@ template parameters:
|
|||||||
<title> Post History</title>
|
<title> Post History</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<table id="posts_graph">
|
<table id="history_graph">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Month</th>
|
<th>Month</th>
|
||||||
@ -24,7 +24,7 @@ template parameters:
|
|||||||
{{#history.Scale}}
|
{{#history.Scale}}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{Date}}</td>
|
<td>{{Date}}</td>
|
||||||
<td>{{Num}}</td>
|
<td class="history_num">{{Num}}</td>
|
||||||
<td>{{OvercockGraph}}</td>
|
<td>{{OvercockGraph}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{/history.Scale}}
|
{{/history.Scale}}
|
||||||
|
Reference in New Issue
Block a user