Gynopedia needs your support! Please consider contributing content, translating a page, or making a donation today. With your support, we can sustain and expand the website. Gynopedia has no corporate sponsors or advertisers. Your support is crucial and deeply appreciated.
MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
float: left; | float: left; | ||
margin-right: 50px; | margin-right: 50px; | ||
} | |||
#geoSearchResults { | |||
margin-left: 355px; | |||
} | } | ||
Revision as of 12:23, 29 June 2016
/* CSS placed here will be applied to all skins */
#geoSearchForm {
max-width: 400px;
float: left;
margin-right: 50px;
}
#geoSearchResults {
margin-left: 355px;
}
#geoSearchResults table {
width: 100% !important;
}