From 560378aaca1784ba19806a0414a32b20c744de39 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 3 Jan 2011 04:12:51 +0000 Subject: Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- khtml/css/html4.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'khtml/css/html4.css') diff --git a/khtml/css/html4.css b/khtml/css/html4.css index c3fd1a347..0829ccab4 100644 --- a/khtml/css/html4.css +++ b/khtml/css/html4.css @@ -477,7 +477,7 @@ a:visited:active { color: red; outline: 1px dotted invert; } :before,:after { white-space: pre-line } */ -/* ### use this to replace renderbr +/* ### use this to tqreplace renderbr br:before { content: "\n" } */ @@ -486,27 +486,27 @@ a:visited:active { color: red; outline: 1px dotted invert; } bdo[dir="ltr"] { direction: ltr; - unicode-bidi: bidi-override; + tqunicode-bidi: bidi-override; } bdo[dir="rtl"] { direction: rtl; - unicode-bidi: bidi-override; + tqunicode-bidi: bidi-override; } /* ### this selector seems to be still broken ... - *[dir="ltr"] { direction: ltr; unicode-bidi: embed } - *[dir="rtl"] { direction: rtl; unicode-bidi: embed } + *[dir="ltr"] { direction: ltr; tqunicode-bidi: embed } + *[dir="rtl"] { direction: rtl; tqunicode-bidi: embed } */ /* elements that are block-level in html4 */ -/* ### don't support unicode-bidi at the moment +/* ### don't support tqunicode-bidi at the moment address, blockquote, body, dd, div, dl, dt, fieldset, form, frame, frameset, h1, h2, h3, h4, h5, h6, iframe, noscript, noframes, object, ol, p, ul, applet, center, dir, hr, menu, pre, li, table, tr, thead, tbody, tfoot, col, colgroup, td, th, caption - { unicode-bidi: embed } + { tqunicode-bidi: embed } */ /* end bidi settings */ -- cgit v1.2.1