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

From Dolphin Emulator Wiki
Jump to navigation Jump to search
(Created page with "==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 fixabl...")
 
Line 1: Line 1:
==Weird formatting in the main site==
==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... - [[User:Jhonn|Jhonn]] ([[User talk:Jhonn|talk]])
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... - [[User:Jhonn|Jhonn]] ([[User talk: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...
<pre>.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;
}</pre>
[[User:Kolano|Kolano]] ([[User talk:Kolano|talk]]) 18:57, 2 January 2015 (CET)

Revision as of 19:57, 2 January 2015

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)