mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-30 19:02:37 +02:00
28 lines
379 B
CSS
28 lines
379 B
CSS
@import url("pico.css");
|
|
|
|
code {
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
.grid-index {
|
|
font-size: 2rem;
|
|
}
|
|
.text-center,
|
|
.grid-index {
|
|
text-align: center;
|
|
}
|
|
.grid-index article {
|
|
margin-top: 0;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.inline-label {
|
|
display: inline-block;
|
|
}
|
|
.initial-width {
|
|
width: initial !important;
|
|
}
|
|
#auto-refresh-form,
|
|
#refresh-delay-li {
|
|
display: none;
|
|
}
|