Anonym

MediaWiki:Common.css: Forskelle mellem versioner

Fra AarhusWiki
ingen redigeringsopsummering
No edit summary
Tag: Tilbagerullet
No edit summary
Tag: Tilbagerullet
Linje 141: Linje 141:
div[class^="display_map"] {
div[class^="display_map"] {
   float: right; /* Float the map to the right on larger screens */
   float: right; /* Float the map to the right on larger screens */
  margin-top: 10px; /* Add some top margin to create spacing before the map */
}
}


Linje 147: Linje 148:
   div[class^="display_map"] {
   div[class^="display_map"] {
     float: none; /* Remove the float to center the map */
     float: none; /* Remove the float to center the map */
     margin: 0 auto; /* Center the map horizontally */
     margin: 10px auto; /* Center the map horizontally with top and bottom margin */
   }
   }
}
}