update design bundle for router

This commit is contained in:
Eric Hulburd
2016-03-01 13:16:31 -06:00
parent c890132f2b
commit 916a8dc255
15 changed files with 130 additions and 55 deletions

View File

@@ -0,0 +1,3 @@
#about {
}

View File

@@ -0,0 +1,3 @@
#energy_graph {
}

View File

@@ -1,4 +1,4 @@
<table rt-if="this.context.house" class="table">
<table id="energy_table" rt-if="this.context.house" class="table">
<thead>
<tr>
<th></th>

View File

@@ -0,0 +1,3 @@
#energy_table {
}

View File

@@ -0,0 +1 @@
#house {}

View File

@@ -0,0 +1,3 @@
#power_graph {
}

View File

@@ -1,4 +1,4 @@
<table class="table" rt-if="this.context.house">
<table id="power_table" class="table" rt-if="this.context.house">
<thead>
<tr>
<th></th>

View File

@@ -0,0 +1,3 @@
#power_table {
}