48cbd286 by Jeff Balicki

ww

1 parent e0049bc8
......@@ -17239,11 +17239,17 @@ ss3-force-full-width {
color: #5B6770;
}
#full-width-page-wrapper.sub ol.alphabetical_list {
list-style-type: lower-alpha;
list-style: none;
counter-reset: list;
}
#full-width-page-wrapper.sub ol.alphabetical_list li {
margin-bottom: 0px;
padding-bottom: 10px;
list-style: none;
}
#full-width-page-wrapper.sub ol.alphabetical_list li:before {
content: counter(list, lower-alpha) ") ";
counter-increment: list;
}
#full-width-page-wrapper.sub li {
color: #5B6770;
......
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.
......@@ -51,10 +51,16 @@ p{
color:#5B6770;
}
ol.alphabetical_list {
list-style-type: lower-alpha;
list-style: none;
counter-reset: list;
li{
margin-bottom: 0px;
padding-bottom:10px;
list-style: none;
}
li:before {
content: counter(list, lower-alpha) ") ";
counter-increment: list;
}
}
li{
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.3032
Version: 1.1.3033
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......