MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 88: Line 88:
         width: 100% !important;
         width: 100% !important;
         box-sizing: border-box;
         box-sizing: border-box;
        border: none !important;
     }
     }


     /* Style each row like a card */
     /* Style each row like a card */
     .mobile-card-table tr {
     .mobile-card-table tr {
        margin-bottom: 15px;
 
         padding: 10px;
         padding: 10px;
         background: rgba(255, 255, 255, 0.05);  
         background: rgba(255, 255, 255, 0.05);  
                border: none !important;
     }
     }


}
}