User:Sylphoid/minerva.css: Difference between revisions
Jump to navigation
Jump to search
hmmm |
checking border bottom Tags: Mobile edit Mobile web edit |
||
Line 11: | Line 11: | ||
width:100% !important; | width:100% !important; | ||
max-width:100% !important; | max-width:100% !important; | ||
} | |||
.content .infobox th, | |||
.content .infobox td { | |||
vertical-align:top; | |||
border:0; | |||
border-bottom:2px solid green; | |||
padding:7px 10px | |||
} | } |
Revision as of 06:36, 14 November 2024
.content .infobox {
font-size:90%;
position:relative;
border:1px solid blue;
margin-bottom:2em;
color:black;
background-color:indigo;
display:flex;
flex:1 1 100%;
flex-flow:column nowrap;
width:100% !important;
max-width:100% !important;
}
.content .infobox th,
.content .infobox td {
vertical-align:top;
border:0;
border-bottom:2px solid green;
padding:7px 10px
}