MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
.welcome-banner { | .welcome-banner { | ||
width: 100%; | |||
overflow: hidden; /* Clears the float */ | |||
} | } | ||
.welcome-text { | .welcome-text { | ||
width: 70%; | |||
float: left; | |||
text-align: center; | |||
background-color: #f0f0f0; /* Optional: for visibility */ | |||
} | } | ||
.welcome-image { | .welcome-image { | ||
width: 30%; | |||
float: left; | |||
background-color: #e0e0e0; /* Optional: for visibility */ | |||
} | } | ||