Module:NavboxMobile/styles.css: Difference between revisions

No edit summary
No edit summary
Line 44: Line 44:
.navboxMobile-title-content {
.navboxMobile-title-content {
     font-size: 1.0em;
     font-size: 1.0em;
     margin: 0.5em 0;
     /*margin: 0.5em 0;*/
}
}


Line 87: Line 87:
     border-top: 1px solid white; /* White border at the top for separation */
     border-top: 1px solid white; /* White border at the top for separation */
     box-sizing: border-box;
     box-sizing: border-box;
     padding:2px
     padding:1px;
}
}


Line 108: Line 108:
     border-top: 1px solid white; /* White border at the top for separation */
     border-top: 1px solid white; /* White border at the top for separation */
     box-sizing: border-box;
     box-sizing: border-box;
    padding:1px;
}
}