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 { #captcha_img {
background: grey; background: grey;
} }
.history_num {
text-align: right;
}

View File

@ -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}}