Skip to content

Commit

Permalink
[UPD] Quitar subrayado indices GW
Browse files Browse the repository at this point in the history
  • Loading branch information
ilopezsmx committed Jul 8, 2024
1 parent 7169e9e commit 6512b7e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/genweb6/theme/theme/scss/viewlets/_table_of_contents.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
.autotoc-nav {
float: initial;
margin: 0 0 1em 0em;

a {
text-decoration: none;
}
}
}
}
4 changes: 4 additions & 0 deletions src/genweb6/theme/theme/stylesheets/theme-concat.css
Original file line number Diff line number Diff line change
Expand Up @@ -32630,6 +32630,10 @@ div#social_tags a[target="_blank"]::after {
float: initial;
margin: 0 0 1em 0em;
}
/* line 9, ../scss/viewlets/_table_of_contents.scss */
#content-core .pat-autotoc .autotoc-nav a {
text-decoration: none;
}

/* line 3, ../scss/views/_author.scss */
body.template-author h1.documentFirstHeading {
Expand Down
4 changes: 4 additions & 0 deletions src/genweb6/theme/theme/stylesheets/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -14765,6 +14765,10 @@ div#social_tags a[target="_blank"]::after {
float: initial;
margin: 0 0 1em 0em;
}
/* line 9, ../scss/viewlets/_table_of_contents.scss */
#content-core .pat-autotoc .autotoc-nav a {
text-decoration: none;
}

/* line 3, ../scss/views/_author.scss */
body.template-author h1.documentFirstHeading {
Expand Down
2 changes: 1 addition & 1 deletion src/genweb6/theme/theme/stylesheets/theme.min.css

Large diffs are not rendered by default.

0 comments on commit 6512b7e

Please sign in to comment.