|
From: <var...@us...> - 2011-09-12 17:52:44
|
Revision: 8108
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8108&view=rev
Author: vargenau
Date: 2011-09-12 17:52:37 +0000 (Mon, 12 Sep 2011)
Log Message:
-----------
Group CSS rules
Modified Paths:
--------------
trunk/themes/fusionforge/fusionforge.css
Modified: trunk/themes/fusionforge/fusionforge.css
===================================================================
--- trunk/themes/fusionforge/fusionforge.css 2011-09-12 16:50:23 UTC (rev 8107)
+++ trunk/themes/fusionforge/fusionforge.css 2011-09-12 17:52:37 UTC (rev 8108)
@@ -48,18 +48,15 @@
*/
body {
- margin: 0 0 0 0;
+ margin: 0 0 0 0;
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ color: #565c5e; /* Alcatel-Lucent grey */
}
form { margin: 0; }
-img { border: 0; vertical-align: middle; }
+img { border: 0; vertical-align: baseline; }
-body {
- font-family: Verdana, Arial, Helvetica, sans-serif;
- color: #565c5e; /* Alcatel-Lucent grey */
-}
-
h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; line-height:1.1em;}
h3 { font-size: 1.2em; line-height:1.3em;}
@@ -106,7 +103,6 @@
div.wikitext table p { margin-top: 0.3em; margin-bottom: 0.3em;}
-img { vertical-align: baseline; }
input { margin: 0.1em; }
input.numeric { text-align: right; }
@@ -119,10 +115,6 @@
background-color: white;
}
-img { border: 0; }
-
-form { margin: 0ex; }
-
table {
/* For Mozilla */
empty-cells: show;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|