Merge pull request #33 from 4cdn/patch-1
graph bleed-through, add spacing
This commit is contained in:
commit
ab69a2e9a4
@ -48,6 +48,20 @@ td {
|
||||
background-color: dimgrey;
|
||||
}
|
||||
|
||||
.board_td {
|
||||
position: relative; left: 2px;
|
||||
}
|
||||
|
||||
.posts_td {
|
||||
position: relative; left: -2px;
|
||||
}
|
||||
|
||||
#overview_graph {
|
||||
position: relative;
|
||||
top: 2px;
|
||||
background: dimgrey;
|
||||
}
|
||||
|
||||
.reply, .ukko_thread_header {
|
||||
background: #202331;
|
||||
}
|
||||
@ -56,10 +70,6 @@ legend {
|
||||
/* background-color: #525252; */
|
||||
}
|
||||
|
||||
tr {
|
||||
background: #202123;
|
||||
}
|
||||
|
||||
hr {
|
||||
height: 0px;
|
||||
border-width: 1px medium medium;
|
||||
@ -89,7 +99,6 @@ a:visited {
|
||||
box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.15);
|
||||
background: #202331;
|
||||
color: #616383;
|
||||
|
||||
}
|
||||
|
||||
.navbar-sep {
|
||||
|
@ -32,10 +32,10 @@
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<td class="posts_td">
|
||||
{{{postsgraph.Render}}}
|
||||
</td>
|
||||
<td>
|
||||
<td class="board_td">
|
||||
{{! todo: move boardgraph into its own file like postsgraph }}
|
||||
<table id="board_graph">
|
||||
<tbody>
|
||||
|
@ -12,6 +12,7 @@ template parameters:
|
||||
<title> Post History</title>
|
||||
</head>
|
||||
<body>
|
||||
<td>
|
||||
<table id="history_graph">
|
||||
<thead>
|
||||
<tr>
|
||||
@ -30,5 +31,6 @@ template parameters:
|
||||
{{/history.Scale}}
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user