MediaWiki: Tweeki.css: Perbedaan antara revisi
Dari GBI Danau Bogor Raya
kTidak ada ringkasan suntingan |
kTidak ada ringkasan suntingan |
||
| Baris 13: | Baris 13: | ||
.stickycontainer { | .stickycontainer { | ||
width: | width: auto; | ||
height: | height: auto; | ||
overflow: auto; | overflow: auto; | ||
} | } | ||
Revisi per 29 November 2022 20.24
/* CSS placed here will affect users of the Tweeki skin */
/* #catlinks {display:block;} */
dl {
margin-bottom: 1rem;
}
.stickyheader {
position: sticky;
top: 0 ;
}
.stickycontainer {
width: auto;
height: auto;
overflow: auto;
}