Make accordions a bit nicer
This commit is contained in:
parent
2735c58560
commit
6fc1b45fd4
2 changed files with 8 additions and 3 deletions
|
@ -2,6 +2,11 @@
|
|||
font-family: 'Droid Sans', sans-serif;
|
||||
}
|
||||
|
||||
.accordion-toggle {
|
||||
cursor: pointer;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.plans .callout {
|
||||
font-size: 2em;
|
||||
text-align: center;
|
||||
|
|
Reference in a new issue