View | Details | Raw Unified | Return to bug 29091
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss (-3 / +3 lines)
Lines 2037-2045 nav { Link Here
2037
.tags,
2037
.tags,
2038
.shelves {
2038
.shelves {
2039
    ul {
2039
    ul {
2040
        display: inline;
2040
        display: inline-block;
2041
        list-style: none;
2041
        list-style: none;
2042
        margin-left: 0;
2042
        margin: 0;
2043
        padding: 0;
2043
2044
2044
        li {
2045
        li {
2045
            display: inline;
2046
            display: inline;
2046
- 

Return to bug 29091