mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-06-27 18:58:47 +08:00
dfde77bf5c
testing purposes only. For a next release I will work on putting all the controllers in templates and have only one page for everything.
12 lines
112 B
CSS
12 lines
112 B
CSS
.tab-title {
|
|
display: none;
|
|
}
|
|
|
|
.active .tab-title {
|
|
display: block;
|
|
}
|
|
|
|
.scrollable {
|
|
margin-top: -25px;
|
|
}
|