1612868a by Jeff Balicki

xxx

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 4692f75f
...@@ -15863,6 +15863,7 @@ p.intro { ...@@ -15863,6 +15863,7 @@ p.intro {
15863 15863
15864 #events_list { 15864 #events_list {
15865 width: 100%; 15865 width: 100%;
15866 height: 420px;
15866 } 15867 }
15867 #events_list tr { 15868 #events_list tr {
15868 border-top: 1px solid #000; 15869 border-top: 1px solid #000;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -119,6 +119,7 @@ color: #000; ...@@ -119,6 +119,7 @@ color: #000;
119 } 119 }
120 #events_list{ 120 #events_list{
121 width: 100%; 121 width: 100%;
122 height: 420px;
122 tr{ 123 tr{
123 border-top:1px solid #000; 124 border-top:1px solid #000;
124 padding:10px 0px; 125 padding:10px 0px;
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: the Understrap Contributors 5 Author: the Understrap Contributors
6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors 6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors
7 Template: understrap 7 Template: understrap
8 Version: 1.2.0059 8 Version: 1.2.0060
9 License: GNU General Public License v2 or later 9 License: GNU General Public License v2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11 Text Domain: understrap-child 11 Text Domain: understrap-child
......