make xorg and xnet wiki.css the same, put the small diff into xnet.css
authorx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 30 Jul 2006 21:32:58 +0000 (21:32 +0000)
committerx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 30 Jul 2006 21:32:58 +0000 (21:32 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@733 839d8a87-29fc-0310-9880-83ba4fa771e5

htdocs.net/css/wiki.css
htdocs.net/css/xnet.css
htdocs/css/wiki.css

index 17306f6..5c9de2f 100644 (file)
@@ -41,15 +41,6 @@ table.quickref td {
     width: 800px;
 }
 
-#wikitext {
-    text-align: justify;
-    font-size: 90%;
-}
-
-#wikitext p {
-    padding-left: 7px;
-}
-
 .diffbox {
     border: 1px #999999 solid;
     margin-top: 1.33em; 
index 4b47fa2..9998cac 100644 (file)
@@ -264,6 +264,15 @@ table#liste td.liste a:hover, table#liste td.listec a:hover {
     background: #d0c198;
 }
 
+#wikitext {
+    text-align: justify;
+    font-size: 90%;
+}
+
+#wikitext p {
+    padding-left: 7px;
+}
+
 /***************************************************************************
  ***************************************************************************/
 
index deb061c..5c9de2f 100644 (file)
@@ -37,7 +37,9 @@ table.quickref td {
     border-top: 1px dotted #aaaaaa;
 }
 
-#text { width: 800px; }
+#text {
+    width: 800px;
+}
 
 .diffbox {
     border: 1px #999999 solid;