Diferencia entre revisiones de «Usuario:Stargazer/common.css»

De La Coppermind
Ir a la navegación Ir a la búsqueda
(I was looking at making it so that a page could have multiple series indicators, but it looks like the site-wide CSS isn't set up for that, so I'm testing things here)
 
m (Not ideal to go series-by-series, but as a proof-of concept)
Línea 1: Línea 1:
div.mw-indicators {
+
.mw-indicators {
 
width: 50%;
 
width: 50%;
 
text-align: right;
 
text-align: right;
 
}
 
}
  +
#mw-indicator-warbreaker {
img.mw-indicators {
 
 
float: left
 
float: left
 
}
 
}

Revisión del 02:51 8 may 2020

.mw-indicators {
    width: 50%;
    text-align: right;
}
#mw-indicator-warbreaker {
    float: left
}