MediaWiki:Common.css: Difference between revisions
Pull out the styles for the mission and the sponsors and rename the outer box to IW_MissionAndSponsorsBox to reflect the fact that it contains both |
Copy the styles for the Sponsors Title and AskButtons into appropriately named classes |
||
Line 44: | Line 44: | ||
text-align: left; | text-align: left; | ||
padding: 20px 0px 20px 15px; | padding: 20px 0px 20px 15px; | ||
} | |||
.IW_MissionAndSponsorsBox .Sponsors .Title { | |||
font-size: 20px; | |||
font-weight: bold; | |||
} | |||
.IW_MissionAndSponsorsBox .Sponsors .AskButton { | |||
width: 300px; | |||
margin: 25px auto; | |||
padding-bottom: 0px; | |||
} | } |