MediaWiki talk:Common.css

From VideoLAN Wiki
Revision as of 07:11, 30 January 2019 by DoesItReallyMatter (talk | contribs) (→‎Pre text wrapping: new section)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Testing if I broke something

Test Test
Test Test
Test Test
Test Test
Test Test
Test Test

Yay! --h2g2bob 04:47, 17 December 2006 (CET)

Link Styling

Hi everyone. I made it so that all links to videolan.org have a little picture by them. Is that okay? Let me know. To make the image not appear, you just dont type the "www." The thing (TalkContribs) 22:23, 13 July 2008 (CEST)

Pre text wrapping

Hi all, I'm about to make a change for everyone here. Text in <pre>...</pre> tags will now soft-wrap.
Here's a line from Documentation:Streaming HowTo/Advanced Streaming Using the Command Line that shows you what I mean.
Before (no wrapping):

% vlc input_stream --sout "#module1{option1=parameter1{parameter-option1},option2=parameter2}:module2{option1=...,option2=...}:..."

After (wrapping):

% vlc input_stream --sout "#module1{option1=parameter1{parameter-option1},option2=parameter2}:module2{option1=...,option2=...}:..."

I prefer this because I can read without having to scroll. If you feel differently tell me and I'll revert the change (or you can do it yourself).

DoesItReallyMatter (talk) 08:11, 30 January 2019 (CET)