Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
Remove borders from accordeon links
Browse files Browse the repository at this point in the history
  • Loading branch information
dvislov committed Apr 11, 2013
1 parent 6340078 commit e133b4a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions app/assets/stylesheets/web/custom/_areas.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,21 @@
// Scheme image
.accordion-scheme {
font-size: 30px;
.accordion-group {
border: none;
}
.accordion-toggle {
margin-left: 0;
margin-right: 0;
text-decoration: underline;
&:hover {
margin-left: 0;
margin-right: 0;
}
}
.accordion-inner {
border: none;
}
}

// Schedule legend
Expand Down

0 comments on commit e133b4a

Please sign in to comment.