Archived
1
0

add style tweaks

This commit is contained in:
jeff 2015-11-01 12:15:15 -05:00
parent b57778cdcf
commit 32d4fe6307
2 changed files with 6 additions and 2 deletions

View File

@ -251,3 +251,7 @@ html {
#captcha_img {
background: grey;
}
.history_num {
text-align: right;
}

View File

@ -12,7 +12,7 @@ template parameters:
<title> Post History</title>
</head>
<body>
<table id="posts_graph">
<table id="history_graph">
<thead>
<tr>
<th>Month</th>
@ -24,7 +24,7 @@ template parameters:
{{#history.Scale}}
<tr>
<td>{{Date}}</td>
<td>{{Num}}</td>
<td class="history_num">{{Num}}</td>
<td>{{OvercockGraph}}</td>
</tr>
{{/history.Scale}}