MediaWiki:Minerva.less/tiles.less: Difference between revisions

remove stuff that is going to be unnecessary
(Created page with "// standard tile class // mainpage.less relies on this; check before changing anything →‎------------------ tile ------------------: .tile { padding: 1.5em 2em 1em; h2 { font-weight: 600; border: none; margin-top: .4em; } // reduce spacing when byline and heading appear together // (which should be the only way bylines appear) .byline + h2 { margin-top: -0.5em; } } /* ------------------...")
 
(remove stuff that is going to be unnecessary)
Line 13:
border: none;
margin-top: .4em;
}o
 
// reduce spacing when byline and heading appear together
Line 45:
}
 
}
 
/* ---------------------
oswf tile
--------------------- */
 
.tile.oswf-day {
float: none !important;
padding: .5em 2em;
 
h2 {
margin-right: auto;
margin-left: auto;
margin-top: -0.5em;
}
}
 
.oswf-tile {
margin-bottom: 1em;
 
h2 {
clear: none !important;
margin-top: 0;
padding-top: f2em !important;
}
 
.oswf-img {
display: block;
max-width: 75px;
float: right;
 
img {
max-width: 100%;
height: auto !important;
}
}
}
sysadmin
341

edits