diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2013-12-08 09:55:49 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2013-12-08 09:55:49 +0100 |
commit | 4ac9fa081a7c045f6a9f1cfc529d82423f485b2e (patch) | |
tree | af68743f2f4a47d13f2b0eb05f5c4aaf86d8ea37 /docs/uidesign | |
parent | af4da56f1ad4d3ef7b06557bae365da2ea27a897 (diff) |
Update to MediaWiki 1.22.0
Diffstat (limited to 'docs/uidesign')
-rw-r--r-- | docs/uidesign/child-selector-emu.html | 3 | ||||
-rw-r--r-- | docs/uidesign/design.html | 7 | ||||
-rw-r--r-- | docs/uidesign/mediawiki.action.history.diff.html | 7 | ||||
-rw-r--r-- | docs/uidesign/monospace.html | 5 | ||||
-rw-r--r-- | docs/uidesign/table-layout.html | 3 |
5 files changed, 12 insertions, 13 deletions
diff --git a/docs/uidesign/child-selector-emu.html b/docs/uidesign/child-selector-emu.html index 8294b6d7..dedb3a67 100644 --- a/docs/uidesign/child-selector-emu.html +++ b/docs/uidesign/child-selector-emu.html @@ -2,7 +2,7 @@ <html> <head> <title>CSS Child selector emulation for IE 6</title> - <style type="text/css"> + <style> /** Common rules **/ body { background-color: #CCC; } table { border:1px black solid; } @@ -98,4 +98,3 @@ With child selector we could limit the wikitable styling to the direct childs of </tr> </table> <p><strong>NOTE:</strong>The nested caption keep the green background. The nested table keep the black border. This is because those declarations are global so we did not reset them.</p> - diff --git a/docs/uidesign/design.html b/docs/uidesign/design.html index 7062a826..a285a5b2 100644 --- a/docs/uidesign/design.html +++ b/docs/uidesign/design.html @@ -1,7 +1,7 @@ <!DOCTYPE html> -<html lang="en" dir="ltr" xmlns="http://www.w3.org/1999/xhtml"> +<html lang="en" dir="ltr"> <head> - <link rel="stylesheet" href="../../skins/common/shared.css" /> + <link rel="stylesheet" href="../../skins/common/shared.css"> </head> <body style="font-size: small;"> @@ -31,4 +31,5 @@ <tr><td>line with hover</td><td>line with hover</td></tr> </table> -</body></html> +</body> +</html> diff --git a/docs/uidesign/mediawiki.action.history.diff.html b/docs/uidesign/mediawiki.action.history.diff.html index 7b8eb2a0..5edcfb86 100644 --- a/docs/uidesign/mediawiki.action.history.diff.html +++ b/docs/uidesign/mediawiki.action.history.diff.html @@ -1,7 +1,7 @@ <!DOCTYPE html> -<html lang="en" dir="ltr" xmlns="http://www.w3.org/1999/xhtml"> +<html lang="en" dir="ltr"> <head> - <link rel="stylesheet" href="../../resources/mediawiki.action/mediawiki.action.history.diff.css" /> + <link rel="stylesheet" href="../../resources/mediawiki.action/mediawiki.action.history.diff.css"> </head> <body style="background-color: #C0C0C0;"> <p> @@ -54,4 +54,5 @@ Below are some basic lines being applied one or two classes. Mainly for debuggin </td></tr> </table> -</body></html> +</body> +</html> diff --git a/docs/uidesign/monospace.html b/docs/uidesign/monospace.html index 84ec13a4..f2b988e2 100644 --- a/docs/uidesign/monospace.html +++ b/docs/uidesign/monospace.html @@ -1,7 +1,7 @@ <!DOCTYPE html> -<html lang="en" dir="ltr" xmlns="http://www.w3.org/1999/xhtml"> +<html lang="en" dir="ltr"> <head> - <style type="text/css"> + <style> pre { border: 1px dashed #AAA; background-color: #E0E0E0; @@ -75,4 +75,3 @@ font-family: monospace, Verdana; font-family: monospace, DOESNOTEXISTREALLY;'> font-family: monospace, DOESNOTEXISTREALLY; </pre> - diff --git a/docs/uidesign/table-layout.html b/docs/uidesign/table-layout.html index 6f538258..2c268199 100644 --- a/docs/uidesign/table-layout.html +++ b/docs/uidesign/table-layout.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <style type="text/css"> + <style> /** This is just for coloring: */ table { border: 1px solid #CC0; } td { border: 1px solid #CCC; } @@ -57,4 +57,3 @@ On a perfect browser, both tables should look the same</p> </tr> </table> </div> - |