Template
Collapsible Map/styles.css
From Dogcraft Wiki
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
#collapsible-container{
position: relative;
max-width: 500px;
}
#collapsible-container-header{
text-align: center;
line-height: 2;
font-size: large;
font-weight: bold;
color: white;
background: #8b0024;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
#collapsible-container-header .fa-chevron-down{
display: none;
}
000
1:0
Return to Template:Collapsible Map/styles.css.