Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
imported>Jacob Robertson
No edit summary
imported>Jacob Robertson
No edit summary
Line 102: Line 102:
   margin-right: 1em;
   margin-right: 1em;
}
}
 
.em-landmarks-table {
.em-landmarks > span.em-landmarks-top {
  display: table;
}
.em-landmarks-top {
   display: table-row;
   display: table-row;
}
}
.em-landmarks > span.em-landmarks-top-inner {
.em-landmarks-top-inner {
   display: table-cell;
   display: table-cell;
}
}
Line 117: Line 119:
   zpadding: .1em .1em .2em .1em;
   zpadding: .1em .1em .2em .1em;
}
}
.em-landmarks > span.em-landmarks-bottom-inner {
.em-landmarks-bottom-inner {
   display: table-cell;
   display: table-cell;
}
}
Line 237: Line 239:
   border-bottom-right-radius: .5em;
   border-bottom-right-radius: .5em;
}
}


div.em-bubble {
div.em-bubble {
  display: table;
   justify-content: center;
   justify-content: center;
   align-content: center;
   align-content: center;