Skip to content
Snippets Groups Projects
Unverified Commit db781d21 authored by David Beniamine's avatar David Beniamine
Browse files

collapse

parent 02dec1be
Branches
No related tags found
No related merge requests found
...@@ -182,3 +182,18 @@ img.picture{ ...@@ -182,3 +182,18 @@ img.picture{
footer#bottom{ footer#bottom{
font-size: medium; font-size: medium;
} }
/*collapse*/
.collapse > a{
cursor: pointer;
display: block;
}
.collapse:focus{
outline: none;
}
.collapse > div{
display: none;
}
.collapse:focus div{
display: block;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment