08657d5d by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 8fb5904b
...@@ -15887,9 +15887,15 @@ p.intro { ...@@ -15887,9 +15887,15 @@ p.intro {
15887 #events_list .date .day { 15887 #events_list .date .day {
15888 font-size: 16px; 15888 font-size: 16px;
15889 } 15889 }
15890 #events_list .location {
15891 font-size: 14px;
15892 text-transform: capitalize;
15893 }
15890 #events_list a { 15894 #events_list a {
15895 font-size: 18px;
15891 color: #000; 15896 color: #000;
15892 text-decoration: none; 15897 text-decoration: none;
15898 text-transform: capitalize;
15893 } 15899 }
15894 #events_list a:hover { 15900 #events_list a:hover {
15895 font-weight: bold; 15901 font-weight: bold;
......
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.
...@@ -27,7 +27,7 @@ function event_list_tz(){ ...@@ -27,7 +27,7 @@ function event_list_tz(){
27 </td> 27 </td>
28 <td> 28 <td>
29 #_EVENTLINK <br> 29 #_EVENTLINK <br>
30 #_LOCATION 30 <span class="location">#_LOCATION</span>
31 </td> 31 </td>
32 </tr> 32 </tr>
33 33
......
...@@ -143,9 +143,15 @@ color: #000; ...@@ -143,9 +143,15 @@ color: #000;
143 font-size: 16px; 143 font-size: 16px;
144 } 144 }
145 } 145 }
146 .location{
147 font-size: 14px;
148 text-transform: capitalize;
149 }
146 a{ 150 a{
151 font-size: 18px;
147 color:#000; 152 color:#000;
148 text-decoration: none; 153 text-decoration: none;
154 text-transform: capitalize;
149 } 155 }
150 a:hover{ 156 a:hover{
151 font-weight: bold; 157 font-weight: bold;
......
...@@ -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.0055 8 Version: 1.2.0056
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
......