|
From: <var...@us...> - 2021-09-03 10:18:10
|
Revision: 10534
http://sourceforge.net/p/phpwiki/code/10534
Author: vargenau
Date: 2021-09-03 10:18:08 +0000 (Fri, 03 Sep 2021)
Log Message:
-----------
Remove references to CSS2, CSS3 is needed
Modified Paths:
--------------
trunk/themes/MonoBook/commonPrint.css
trunk/themes/MonoBook/monobook.css
trunk/themes/MonoBook/themeinfo.php
trunk/themes/Sidebar/sidebar.css
trunk/themes/SpaceWiki/SpaceWiki.css
Modified: trunk/themes/MonoBook/commonPrint.css
===================================================================
--- trunk/themes/MonoBook/commonPrint.css 2021-09-03 10:12:29 UTC (rev 10533)
+++ trunk/themes/MonoBook/commonPrint.css 2021-09-03 10:18:08 UTC (rev 10534)
@@ -1,5 +1,5 @@
/*
-** Mediawiki Print style sheet for CSS2-capable browsers.
+** Mediawiki Print style sheet
** Copyright Gabriel Wicke, http://www.aulinx.de/
**
** Derived from the plone (http://plone.org/) styles
Modified: trunk/themes/MonoBook/monobook.css
===================================================================
--- trunk/themes/MonoBook/monobook.css 2021-09-03 10:12:29 UTC (rev 10533)
+++ trunk/themes/MonoBook/monobook.css 2021-09-03 10:18:08 UTC (rev 10534)
@@ -1,5 +1,5 @@
/*
-** MediaWiki 'monobook' style sheet for CSS2-capable browsers.
+** MediaWiki 'monobook' style sheet
** Copyright Gabriel Wicke - http://wikidev.net/
** License: GPL (http://www.gnu.org/copyleft/gpl.html)
**
Modified: trunk/themes/MonoBook/themeinfo.php
===================================================================
--- trunk/themes/MonoBook/themeinfo.php 2021-09-03 10:12:29 UTC (rev 10533)
+++ trunk/themes/MonoBook/themeinfo.php 2021-09-03 10:18:08 UTC (rev 10534)
@@ -31,7 +31,7 @@
/**
* The new mediawiki (Wikipedia.org) default style.
- * Mediawiki 'monobook' style sheet for CSS2-capable browsers.
+ * Mediawiki 'monobook' style sheet
* Copyright Gabriel Wicke - http://www.aulinx.de/
* See main.css for more.
*/
Modified: trunk/themes/Sidebar/sidebar.css
===================================================================
--- trunk/themes/Sidebar/sidebar.css 2021-09-03 10:12:29 UTC (rev 10533)
+++ trunk/themes/Sidebar/sidebar.css 2021-09-03 10:18:08 UTC (rev 10534)
@@ -1,5 +1,5 @@
/*
-** Based upon the MediaWiki 'monobook' style sheet for CSS2-capable browsers.
+** Based upon the MediaWiki 'monobook' style sheet
** Copyright Gabriel Wicke - http://wikidev.net/
** License: GPL (http://www.gnu.org/copyleft/gpl.html)
**
Modified: trunk/themes/SpaceWiki/SpaceWiki.css
===================================================================
--- trunk/themes/SpaceWiki/SpaceWiki.css 2021-09-03 10:12:29 UTC (rev 10533)
+++ trunk/themes/SpaceWiki/SpaceWiki.css 2021-09-03 10:18:08 UTC (rev 10534)
@@ -2,8 +2,6 @@
* This theme will probably be renamed something like "Space" to
* avoid any potential copyright issues.
*
- * http://www.w3.org/TR/REC-CSS2/indexlist.html
- *
* #fff; white
* #000; black
* #fff313; yellow
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|