|
From: <var...@us...> - 2010-11-26 09:25:29
|
Revision: 7746
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7746&view=rev
Author: vargenau
Date: 2010-11-26 09:25:23 +0000 (Fri, 26 Nov 2010)
Log Message:
-----------
Group things
Modified Paths:
--------------
trunk/themes/fusionforge/fusionforge.css
Modified: trunk/themes/fusionforge/fusionforge.css
===================================================================
--- trunk/themes/fusionforge/fusionforge.css 2010-11-26 09:17:02 UTC (rev 7745)
+++ trunk/themes/fusionforge/fusionforge.css 2010-11-26 09:25:23 UTC (rev 7746)
@@ -43,6 +43,10 @@
* ALONE BASIS."
*/
+/**
+ * General
+ */
+
/* Because in some cases there is a <p> in nested lists */
li p { margin:0; }
@@ -54,10 +58,6 @@
div.wikitext table p { margin-top: 0.3em; margin-bottom: 0.3em;}
-/**
- * General
- */
-/* for NS4 */
img { vertical-align: baseline; }
input { margin: 0.1em; }
input.numeric { text-align: right; }
@@ -71,6 +71,21 @@
background-color: white;
}
+img { border: 0ex; }
+
+form { margin: 0ex; }
+
+table {
+ /* For Mozilla */
+ empty-cells: show;
+}
+
+caption {
+ caption-side: top;
+ text-align: left;
+ margin-bottom: .5ex;
+}
+
/**
* Wiki Forms
*
@@ -114,37 +129,7 @@
img.inlineimage { vertical-align: middle; }
-/* Diff plugin ======================================================== */
-
-.diff .prefix {
- position: relative;
- left: -1em;
-}
-/* deleted & added words */
-.diff del, .diff ins {
- padding-left: 1px;
- padding-right: 1px;
-}
-
/**
- * General
- */
-img { border: 0ex; }
-
-form { margin: 0ex; }
-
-table {
- /* For Mozilla */
- empty-cells: show;
-}
-
-caption {
- caption-side: top;
- text-align: left;
- margin-bottom: .5ex;
-}
-
-/**
* Wiki
*/
@@ -536,9 +521,18 @@
/* text */
table.cal td.cal-today a.cal-hide { }
-/**
- * Diff Output
- */
+/* Diff plugin ======================================================== */
+
+.diff .prefix {
+ position: relative;
+ left: -1em;
+}
+/* deleted & added words */
+.diff del, .diff ins {
+ padding-left: 1px;
+ padding-right: 1px;
+}
+
/* main box */
.diff {
margin-top: 1ex;
@@ -857,7 +851,6 @@
clear: both;
}
-
/* postnuke css:*/
.gensmall{font-size:10px}
.genmed{font-size:11px}
@@ -1018,6 +1011,8 @@
font-style: oblique;
}
+/* RateIt plugin ====================================================== */
+
.rateit {
font-size: 60%;
font-weight: bold;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|