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
(Created page with "→CSS placed here will be applied to all skins: #geoSearchForm { max-width: 400px; float: left; margin-right: 50px; }") |
No edit summary |
||
Line 5: | Line 5: | ||
float: left; | float: left; | ||
margin-right: 50px; | margin-right: 50px; | ||
} | |||
#geoSearchResults table { | |||
width: 100%; | |||
} | } |
Revision as of 12:21, 29 June 2016
/* CSS placed here will be applied to all skins */ #geoSearchForm { max-width: 400px; float: left; margin-right: 50px; } #geoSearchResults table { width: 100%; }