|
From: <var...@us...> - 2021-08-09 14:46:59
|
Revision: 10467
http://sourceforge.net/p/phpwiki/code/10467
Author: vargenau
Date: 2021-08-09 14:46:56 +0000 (Mon, 09 Aug 2021)
Log Message:
-----------
CSS: factor span.redirectfrom from RedirectTo plugin
Modified Paths:
--------------
trunk/themes/MacOSX/MacOSX.css
trunk/themes/MonoBook/monobook.css
trunk/themes/Sidebar/sidebar.css
trunk/themes/Wordpress/Wordpress.css
trunk/themes/default/phpwiki-common.css
trunk/themes/default/phpwiki.css
trunk/themes/fusionforge/fusionforge.css
Modified: trunk/themes/MacOSX/MacOSX.css
===================================================================
--- trunk/themes/MacOSX/MacOSX.css 2021-08-09 14:17:22 UTC (rev 10466)
+++ trunk/themes/MacOSX/MacOSX.css 2021-08-09 14:46:56 UTC (rev 10467)
@@ -674,14 +674,6 @@
padding: 0.3ex 0.5em;
}
-/* "(Redirected from ...)" message. */
-span.redirectfrom {
- font-size: small;
- font-style: oblique;
- font-weight: normal;
- padding-left: 1em;
-}
-
/*
* "E-mail" style blockquote
*/
Modified: trunk/themes/MonoBook/monobook.css
===================================================================
--- trunk/themes/MonoBook/monobook.css 2021-08-09 14:17:22 UTC (rev 10466)
+++ trunk/themes/MonoBook/monobook.css 2021-08-09 14:46:56 UTC (rev 10467)
@@ -1681,14 +1681,6 @@
padding: 0.3ex 0.5em;
}
-/* "(Redirected from ...)" message. */
-span.redirectfrom {
- font-size: small;
- font-style: oblique;
- font-weight: normal;
- padding-left: 1em;
-}
-
.search-context {
background-color: white;
font-style: oblique;
Modified: trunk/themes/Sidebar/sidebar.css
===================================================================
--- trunk/themes/Sidebar/sidebar.css 2021-08-09 14:17:22 UTC (rev 10466)
+++ trunk/themes/Sidebar/sidebar.css 2021-08-09 14:46:56 UTC (rev 10467)
@@ -1685,14 +1685,6 @@
padding: 0.3ex 0.5em;
}
-/* "(Redirected from ...)" message. */
-span.redirectfrom {
- font-size: small;
- font-style: oblique;
- font-weight: normal;
- padding-left: 1em;
-}
-
.search-context {
background-color: white;
font-style: oblique;
Modified: trunk/themes/Wordpress/Wordpress.css
===================================================================
--- trunk/themes/Wordpress/Wordpress.css 2021-08-09 14:17:22 UTC (rev 10466)
+++ trunk/themes/Wordpress/Wordpress.css 2021-08-09 14:46:56 UTC (rev 10467)
@@ -594,14 +594,6 @@
padding: 0.3ex 0.5em;
}
-/* "(Redirected from ...)" message. */
-span.redirectfrom {
- font-size: small;
- font-style: oblique;
- font-weight: normal;
- padding-left: 1em;
-}
-
/*
* "DL tables"
*/
Modified: trunk/themes/default/phpwiki-common.css
===================================================================
--- trunk/themes/default/phpwiki-common.css 2021-08-09 14:17:22 UTC (rev 10466)
+++ trunk/themes/default/phpwiki-common.css 2021-08-09 14:46:56 UTC (rev 10467)
@@ -97,6 +97,16 @@
width: 100%;
}
+/* RedirectTo plugin ================================================== */
+
+/* "(Redirected from ...)" message. */
+span.redirectfrom {
+ font-size: small;
+ font-style: oblique;
+ font-weight: normal;
+ padding-left: 1em;
+}
+
/* WikicreoleTable, MediawikiTable and RichTable plugins ============== */
/*
Modified: trunk/themes/default/phpwiki.css
===================================================================
--- trunk/themes/default/phpwiki.css 2021-08-09 14:17:22 UTC (rev 10466)
+++ trunk/themes/default/phpwiki.css 2021-08-09 14:46:56 UTC (rev 10467)
@@ -637,14 +637,6 @@
padding: 0.3ex 0.5em;
}
-/* "(Redirected from ...)" message. */
-span.redirectfrom {
- font-size: small;
- font-style: oblique;
- font-weight: normal;
- padding-left: 1em;
-}
-
/*
* "DL tables"
*/
Modified: trunk/themes/fusionforge/fusionforge.css
===================================================================
--- trunk/themes/fusionforge/fusionforge.css 2021-08-09 14:17:22 UTC (rev 10466)
+++ trunk/themes/fusionforge/fusionforge.css 2021-08-09 14:46:56 UTC (rev 10467)
@@ -842,16 +842,6 @@
padding: 0.3ex 0.5em;
}
-/* RedirectTo plugin ================================================== */
-
-/* "(Redirected from ...)" message. */
-span.redirectfrom {
- font-size: small;
- font-style: oblique;
- font-weight: normal;
- padding-left: 1em;
-}
-
/*
* "DL tables"
*/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|