Skip to content

Commit

Permalink
Merge pull request #19 from stpaultim/main
Browse files Browse the repository at this point in the history
Fixing css for lists of links on profile page
  • Loading branch information
stpaultim committed Dec 30, 2023
2 parents 10bcb70 + 4386075 commit e4e262a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions css/component/profile.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/**
*
* Profile Page
*
*/

.profile a:not(:last-of-type)::after {
content: " | ";
}

.profile .field a:not(:last-of-type)::after {
content: "";
}
1 change: 1 addition & 0 deletions opera.info
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ stylesheets[all][] = css/component/progress.css
stylesheets[all][] = css/component/admin-tabs.css
stylesheets[all][] = css/component/breadcrumb.css
stylesheets[all][] = css/component/pager.css
stylesheets[all][] = css/component/profile.css
stylesheets[all][] = css/component/hero.css
stylesheets[all][] = css/component/teasers.css
stylesheets[all][] = css/component/comment.css
Expand Down

0 comments on commit e4e262a

Please sign in to comment.