Module:Category series navigation/styles.css: Difference between revisions
Appearance
Content deleted Content added
m border-width instead of border-style |
fix the look in documentation |
||
Line 7: | Line 7: | ||
display: table; |
display: table; |
||
padding: 8px; |
padding: 8px; |
||
border-collapse: separate; |
|||
} |
} |
||
Revision as of 23:08, 26 December 2023
.categorySeriesNavigation {
display: flow-root;
}
.categorySeriesNavigation-range {
margin: auto;
display: table;
padding: 8px;
border-collapse: separate;
}
body.skin-vector-2022 .categorySeriesNavigation-range {
padding: 3px;
}
.categorySeriesNavigation-range-transparent {
border-width: 0;
background-color: transparent;
}