08657d5d by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 8fb5904b
......@@ -15887,9 +15887,15 @@ p.intro {
#events_list .date .day {
font-size: 16px;
}
#events_list .location {
font-size: 14px;
text-transform: capitalize;
}
#events_list a {
font-size: 18px;
color: #000;
text-decoration: none;
text-transform: capitalize;
}
#events_list a:hover {
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(){
</td>
<td>
#_EVENTLINK <br>
#_LOCATION
<span class="location">#_LOCATION</span>
</td>
</tr>
......
......@@ -143,9 +143,15 @@ color: #000;
font-size: 16px;
}
}
.location{
font-size: 14px;
text-transform: capitalize;
}
a{
font-size: 18px;
color:#000;
text-decoration: none;
text-transform: capitalize;
}
a:hover{
font-weight: bold;
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.2.0055
Version: 1.2.0056
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......