|
From: <var...@us...> - 2017-10-10 15:09:14
|
Revision: 10046
http://sourceforge.net/p/phpwiki/code/10046
Author: vargenau
Date: 2017-10-10 15:09:12 +0000 (Tue, 10 Oct 2017)
Log Message:
-----------
Remove unused CSS
Modified Paths:
--------------
trunk/themes/Crao/crao.css
trunk/themes/Hawaiian/Hawaiian.css
trunk/themes/MonoBook/monobook.css
trunk/themes/Sidebar/sidebar.css
trunk/themes/SpaceWiki/SpaceWiki.css
trunk/themes/Wordpress/Wordpress.css
trunk/themes/blog/Kubrick.css
trunk/themes/default/phpwiki-modern.css
trunk/themes/default/phpwiki-printer.css
trunk/themes/default/phpwiki.css
trunk/themes/fusionforge/fusionforge.css
Modified: trunk/themes/Crao/crao.css
===================================================================
--- trunk/themes/Crao/crao.css 2017-10-10 14:37:20 UTC (rev 10045)
+++ trunk/themes/Crao/crao.css 2017-10-10 15:09:12 UTC (rev 10046)
@@ -835,21 +835,6 @@
font-family: Verdana, Arial, Helvetica, sans-serif;
}
-#editarea-size {
- margin-top: 1ex;
- margin-bottom: -1ex;
- text-align: right;
- font-size: smaller;
- border: 1px none;
-}
-
-#editarea-size legend {
- text-align: right;
- font-size: smaller;
- border: 1px solid #CCC;
- background-color: #ccc;
-}
-
.editarea legend {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
@@ -969,9 +954,6 @@
}
/* Day-names header */
-table.cal tbody tr .cal-dayname {
-}
-
.cal-dayname td {
text-align: center;
font-size: smaller;
Modified: trunk/themes/Hawaiian/Hawaiian.css
===================================================================
--- trunk/themes/Hawaiian/Hawaiian.css 2017-10-10 14:37:20 UTC (rev 10045)
+++ trunk/themes/Hawaiian/Hawaiian.css 2017-10-10 15:09:12 UTC (rev 10046)
@@ -328,12 +328,6 @@
font-family: Arial, Helvetica, sans-serif;
}
-#editarea-size {
- margin-top: 1ex;
- text-align: right;
- font-size: smaller;
-}
-
/* IncludePage plugin ================================================= */
.transclusion-title {
Modified: trunk/themes/MonoBook/monobook.css
===================================================================
--- trunk/themes/MonoBook/monobook.css 2017-10-10 14:37:20 UTC (rev 10045)
+++ trunk/themes/MonoBook/monobook.css 2017-10-10 15:09:12 UTC (rev 10046)
@@ -899,9 +899,6 @@
}
/* Day-names header */
-table.cal tbody tr .cal-dayname {
-}
-
.cal-dayname td {
text-align: center;
font-size: smaller;
Modified: trunk/themes/Sidebar/sidebar.css
===================================================================
--- trunk/themes/Sidebar/sidebar.css 2017-10-10 14:37:20 UTC (rev 10045)
+++ trunk/themes/Sidebar/sidebar.css 2017-10-10 15:09:12 UTC (rev 10046)
@@ -876,9 +876,6 @@
}
/* Day-names header */
-table.cal tbody tr .cal-dayname {
-}
-
.cal-dayname td {
text-align: center;
font-size: smaller;
Modified: trunk/themes/SpaceWiki/SpaceWiki.css
===================================================================
--- trunk/themes/SpaceWiki/SpaceWiki.css 2017-10-10 14:37:20 UTC (rev 10045)
+++ trunk/themes/SpaceWiki/SpaceWiki.css 2017-10-10 15:09:12 UTC (rev 10046)
@@ -503,12 +503,6 @@
padding: 2px;
}
-#editarea-size {
- margin-top: 1ex;
- text-align: right;
- font-size: smaller;
-}
-
/* IncludePage plugin ================================================= */
.transclusion-title {
@@ -591,9 +585,6 @@
}
/* Day-names header */
-table.cal tbody tr .cal-dayname {
-}
-
.cal-dayname td {
text-align: center;
font-size: smaller;
Modified: trunk/themes/Wordpress/Wordpress.css
===================================================================
--- trunk/themes/Wordpress/Wordpress.css 2017-10-10 14:37:20 UTC (rev 10045)
+++ trunk/themes/Wordpress/Wordpress.css 2017-10-10 15:09:12 UTC (rev 10046)
@@ -336,12 +336,6 @@
border: 1px solid ButtonFace;
}
-#editarea-size {
- margin-top: 1ex;
- text-align: right;
- font-size: smaller;
-}
-
#search-replace {
margin-top: 1ex;
text-align: left;
Modified: trunk/themes/blog/Kubrick.css
===================================================================
--- trunk/themes/blog/Kubrick.css 2017-10-10 14:37:20 UTC (rev 10045)
+++ trunk/themes/blog/Kubrick.css 2017-10-10 15:09:12 UTC (rev 10046)
@@ -71,17 +71,6 @@
vertical-align: middle;
}
-#editarea-size {
- font-size: 9px;
- margin-top: 0;
- margin-left: 20px;
- margin-right: 10px;
-}
-
-#editarea-size input {
- font-size: 9px;
-}
-
#actionbuttons a {
padding-right: 0;
font-size: 11px; /* we need pixel units here to match the background */
Modified: trunk/themes/default/phpwiki-modern.css
===================================================================
--- trunk/themes/default/phpwiki-modern.css 2017-10-10 14:37:20 UTC (rev 10045)
+++ trunk/themes/default/phpwiki-modern.css 2017-10-10 15:09:12 UTC (rev 10046)
@@ -278,12 +278,6 @@
padding: 2px;
}
-#editarea-size {
- margin-top: 1ex;
- text-align: right;
- font-size: smaller;
-}
-
/* IncludePage plugin ================================================= */
.transclusion-title {
Modified: trunk/themes/default/phpwiki-printer.css
===================================================================
--- trunk/themes/default/phpwiki-printer.css 2017-10-10 14:37:20 UTC (rev 10045)
+++ trunk/themes/default/phpwiki-printer.css 2017-10-10 15:09:12 UTC (rev 10046)
@@ -174,10 +174,6 @@
padding: 2px;
}
-#editarea-size {
- display: none;
-}
-
/* IncludePage plugin ================================================= */
.transclusion-title {
Modified: trunk/themes/default/phpwiki.css
===================================================================
--- trunk/themes/default/phpwiki.css 2017-10-10 14:37:20 UTC (rev 10045)
+++ trunk/themes/default/phpwiki.css 2017-10-10 15:09:12 UTC (rev 10046)
@@ -376,12 +376,6 @@
padding: 2px;
}
-#editarea-size {
- margin-top: 1ex;
- text-align: right;
- font-size: smaller;
-}
-
#search-replace {
margin-top: 1ex;
text-align: left;
@@ -493,9 +487,6 @@
}
/* Day-names header */
-table.cal tbody tr .cal-dayname {
-}
-
.cal-dayname td {
text-align: center;
font-size: smaller;
Modified: trunk/themes/fusionforge/fusionforge.css
===================================================================
--- trunk/themes/fusionforge/fusionforge.css 2017-10-10 14:37:20 UTC (rev 10045)
+++ trunk/themes/fusionforge/fusionforge.css 2017-10-10 15:09:12 UTC (rev 10046)
@@ -201,11 +201,10 @@
border: 1px solid #96a2ae;
border-right-color: #d8d8e7;
border-bottom-color: #d8d8e7;
-
margin-top: 0.5ex;
margin-bottom: 0.5ex;
padding: 0.5ex 0.5em;
- /* Emulate the display behaviour of a table, to shrink it's width. */
+ /* Emulate the display behaviour of a table, to shrink its width. */
display: table;
}
@@ -448,10 +447,6 @@
border: 1px solid ButtonFace;
}
-.tooltitle {
- font-weight: bold;
-}
-
nav#actionbuttons, nav#actionbuttons ul {
padding: 0;
}
@@ -525,12 +520,6 @@
padding: 2px;
}
-#editarea-size {
- margin-top: 1ex;
- text-align: right;
- font-size: smaller;
-}
-
#search-replace {
margin-top: 1ex;
text-align: left;
@@ -624,9 +613,6 @@
}
/* Day-names header */
-table.cal tbody tr .cal-dayname {
-}
-
.cal-dayname td {
text-align: center;
font-size: smaller;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|