MediaWiki talk:Vector.css: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
(Created page with "==Please fix the messed up tabs on the left 'Message'/'Discussion' etc=== You can do it with this code on this page: ``` #p-namespaces { margin-left-:40px; } ``` ~~~~")
 
No edit summary
Line 1: Line 1:
==Please fix the messed up tabs on the left 'Message'/'Discussion' etc===
==Please fix the messed up tabs on the left 'Message'/'Discussion' etc===
You can do it with this code on this page:
You can do it with this code on this page:
```
```
#p-namespaces {
#p-namespaces {
Line 6: Line 7:
}
}
```
```
[[User:William Lupinacci|William Lupinacci]] ([[User talk:William Lupinacci|talk]]) 22:24, 16 June 2023 (UTC)
[[User:William Lupinacci|William Lupinacci]] ([[User talk:William Lupinacci|talk]]) 22:24, 16 June 2023 (UTC)

Revision as of 22:24, 16 June 2023

Please fix the messed up tabs on the left 'Message'/'Discussion' etc=

You can do it with this code on this page:

```

  1. p-namespaces {

margin-left-:40px; } ```

William Lupinacci (talk) 22:24, 16 June 2023 (UTC)