Template:Main Page navigation button/styles.css: Difference between revisions

From Popira Wiki
(Created page with ".mp-nav-button { display: inline-block; position: relative; height: 3em; box-sizing: border-box; } .mp-nav-button a { display: inline-block; position: relative; z-index: 1; width: 100%; height: 100%; padding: 0.6em 0 0.6em 48px; box-sizing: border-box; } .mp-nav-button img { position: absolute; left: 15px; top: 0.8em; }")
 
No edit summary
Tag: Manual revert
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 20:26, 29 October 2023

.mp-nav-button { display: inline-block; position: relative; height: 3em; box-sizing: border-box; }

.mp-nav-button a { display: inline-block; position: relative; z-index: 1; width: 100%; height: 100%; padding: 0.6em 0 0.6em 48px; box-sizing: border-box; }

.mp-nav-button img { position: absolute; left: 15px; top: 0.8em; }