|
From: <var...@us...> - 2021-01-07 11:13:19
|
Revision: 10230
http://sourceforge.net/p/phpwiki/code/10230
Author: vargenau
Date: 2021-01-07 11:13:17 +0000 (Thu, 07 Jan 2021)
Log Message:
-----------
Remove "float: right" so that "position=full" works in CreateToc plugin
Modified Paths:
--------------
trunk/themes/MonoBook/monobook.css
trunk/themes/Sidebar/sidebar.css
Modified: trunk/themes/MonoBook/monobook.css
===================================================================
--- trunk/themes/MonoBook/monobook.css 2021-01-06 18:34:30 UTC (rev 10229)
+++ trunk/themes/MonoBook/monobook.css 2021-01-07 11:13:17 UTC (rev 10230)
@@ -389,8 +389,6 @@
background-color: #f9f9f9;
padding: 5px;
font-size: 95%;
- float: right;
- clear: right;
}
#toc #toctitle,
Modified: trunk/themes/Sidebar/sidebar.css
===================================================================
--- trunk/themes/Sidebar/sidebar.css 2021-01-06 18:34:30 UTC (rev 10229)
+++ trunk/themes/Sidebar/sidebar.css 2021-01-07 11:13:17 UTC (rev 10230)
@@ -431,8 +431,6 @@
background-color: #f9f9f9;
padding: 5px;
font-size: 95%;
- float: right;
- clear: right;
}
#toc h2,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|