From: Ilkka Ollakka Date: Sun, 11 Jul 2010 13:26:23 +0000 (+0300) Subject: Qt4: shorten the html in net_open.ui X-Git-Tag: 1.2.0-pre1~5865 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=ea409cf90e182f5a321bc1a9baca28adb2de00ff;p=vlc Qt4: shorten the html in net_open.ui --- diff --git a/modules/gui/qt4/ui/open_net.ui b/modules/gui/qt4/ui/open_net.ui index 006a26fa6e..fc8bda4f1a 100644 --- a/modules/gui/qt4/ui/open_net.ui +++ b/modules/gui/qt4/ui/open_net.ui @@ -50,12 +50,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'sans'; font-size:8pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#838383;">http://www.example.com/stream.avi</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#838383;">rtp://@1234</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#838383;">mms://mms.examples.com/stream.asx</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#838383;">rtsp://server.example.org:8080/test.sdp</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#838383;">http://www.yourtube.com/watch?v=gg64x</span></p></body></html> +p { margin: 0; -qt-block-indent: 0; text-indent: 0;} +body { font-family: 'sans'; font-size: 8pt; font-weight: 400; } +p > span { color: #838383; } +</style></head><body> +<p><span>http://www.example.com/stream.avi</span></p> +<p><span>rtp://@1234</span></p> +<p><span>mms://mms.examples.com/stream.asx</span></p> +<p><span>rtsp://server.example.org:8080/test.sdp</span></p> +<p><span>http://www.yourtube.com/watch?v=gg64x</span></p></body></html> 5