Talk:How to use the Official GameCube Controller Adapter for Wii U in Dolphin

From Dolphin Emulator Wiki
Jump to navigation Jump to search

Weird formatting in the main site

Uh, viewing the guide from the main site doesn't display the Infobox properly. Shouldn't we ping delroth or Parlane? It may not be fixable by us... - Jhonn (talk)

I didn't look in detail, but looks like it may just be a stylesheet issue of some sort. Adding this mainly corrects for it, though it seems there's some additional missing style beyond that...

.infobox {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #aaa;
    clear: right;
    color: black;
    float: right;
    margin-bottom: 0.5em;
    margin-left: 1em;
    padding: 0.2em;
}

Kolano (talk) 18:57, 2 January 2015 (CET)