48cbd286 by Jeff Balicki

ww

1 parent e0049bc8
...@@ -17239,11 +17239,17 @@ ss3-force-full-width { ...@@ -17239,11 +17239,17 @@ ss3-force-full-width {
17239 color: #5B6770; 17239 color: #5B6770;
17240 } 17240 }
17241 #full-width-page-wrapper.sub ol.alphabetical_list { 17241 #full-width-page-wrapper.sub ol.alphabetical_list {
17242 list-style-type: lower-alpha; 17242 list-style: none;
17243 counter-reset: list;
17243 } 17244 }
17244 #full-width-page-wrapper.sub ol.alphabetical_list li { 17245 #full-width-page-wrapper.sub ol.alphabetical_list li {
17245 margin-bottom: 0px; 17246 margin-bottom: 0px;
17246 padding-bottom: 10px; 17247 padding-bottom: 10px;
17248 list-style: none;
17249 }
17250 #full-width-page-wrapper.sub ol.alphabetical_list li:before {
17251 content: counter(list, lower-alpha) ") ";
17252 counter-increment: list;
17247 } 17253 }
17248 #full-width-page-wrapper.sub li { 17254 #full-width-page-wrapper.sub li {
17249 color: #5B6770; 17255 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{ ...@@ -51,10 +51,16 @@ p{
51 color:#5B6770; 51 color:#5B6770;
52 } 52 }
53 ol.alphabetical_list { 53 ol.alphabetical_list {
54 list-style-type: lower-alpha; 54 list-style: none;
55 counter-reset: list;
55 li{ 56 li{
56 margin-bottom: 0px; 57 margin-bottom: 0px;
57 padding-bottom:10px; 58 padding-bottom:10px;
59 list-style: none;
60 }
61 li:before {
62 content: counter(list, lower-alpha) ") ";
63 counter-increment: list;
58 } 64 }
59 } 65 }
60 li{ 66 li{
......
...@@ -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.1.3032 8 Version: 1.1.3033
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
......