MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 319: Line 319:


}
}
/* Hide ShortDescription (#siteSub) on desktop */
 
#siteSub {
 
/* Hide ShortDescription on desktop */
body.skin-vector #siteSub {
     display: none;
     display: none;
}
}


/* Show ShortDescription (#siteSub) on mobile */
/* Show ShortDescription on mobile */
@media (max-width: 768px) {
@media (max-width: 768px) {
     #siteSub {
     body.skin-vector #siteSub {
         display: block;
         display: block;
     }
     }
}
}