File tree Expand file tree Collapse file tree
regulations3k/jinja2/regulations3k
unprocessed/apps/regulations3k/css Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ <h4>{{ value.heading or 'Table of contents' }}</h4>
2424 {% for regulation in regulations %}
2525 < li class ="m-list__item ">
2626 < a class ="a-link a-link--jump " href ="{{ regulation.url }} ">
27- {{ regulation.title }}
27+ < span class =" a-link__text " > {{ regulation.title }}</ span >
2828 </ a >
2929 {% if regulation.regulation.future_versions %}
3030 < div class ="new-version ">
@@ -33,7 +33,7 @@ <h5>New amendments effective</h5>
3333 {% for version in regulation.regulation.future_versions %}
3434 < li class ="m-list__item ">
3535 < a class ="a-link a-link--jump " href ="{{ regulation.url }}{{ version.effective_date|string }}/ ">
36- {{ ap_date(version.effective_date) }}
36+ < span class =" a-link__text " > {{ ap_date(version.effective_date) }}</ span >
3737 </ a >
3838 </ li >
3939 {% endfor %}
Original file line number Diff line number Diff line change 99#regulations-listing {
1010 // TODO - Standardize a nested list link pattern.
1111 .new-version {
12+ margin-top : math .div (10px , $base-font-size-px ) + rem;
13+
1214 h5 {
13- margin-top : math .div (10px , $base-font-size-px ) + rem;
1415 margin-bottom : math .div (10px , $base-font-size-px ) + rem;
1516 }
1617
You can’t perform that action at this time.
0 commit comments