Scheduled system upgrade on Sunday 21 April 2024 15:00-16:00 UTC - On that day, the wiki and other services might go down for 5-15 minutes.

Template:Linkbox/styles.css: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>Leoetlino
No edit summary
imported>Leoetlino
No edit summary
Line 11: Line 11:
}
}


.linkbox-text {
.linkbox p {
margin: 0;
margin: 0;
}
}

Revision as of 20:03, 15 October 2018

.linkbox {
    border: 1px solid lightgray;
    border-radius: 5px;
    margin: 0 3em;
    padding: 0.1em 2em;
    padding-bottom: 0.5em;
}

.linkbox-title {
    font-size: 150%;
}

.linkbox p {
	margin: 0;
}