[pLog-svn] r645 - plog/trunk/styles

oscar at devel.plogworld.net oscar at devel.plogworld.net
Fri Dec 31 15:56:51 GMT 2004


Author: oscar
Date: 2004-12-31 15:56:50 +0000 (Fri, 31 Dec 2004)
New Revision: 645

Modified:
   plog/trunk/styles/admin.css
Log:
added a new CSS class.

Modified: plog/trunk/styles/admin.css
===================================================================
--- plog/trunk/styles/admin.css	2004-12-31 15:56:08 UTC (rev 644)
+++ plog/trunk/styles/admin.css	2004-12-31 15:56:50 UTC (rev 645)
@@ -638,14 +638,16 @@
 /**
  * login screen
  */
-.loginBox {
+.loginBox 
+{
   width: 300px;
   margin-top: 25px;
   margin-left: auto;
   margin-right: auto;
 }
 
-h4, fieldset h4 {
+h4, fieldset h4 
+{
     font-family      : trebuchet ms, tahoma, sans-serif;
     font-size        : 1.1em;
     font-weight      : bold;
@@ -657,6 +659,11 @@
 	text-transform   : capitalize;
 }
 
+.sectionTitle
+{
+	font-size: 1.3em;
+}
+
 .welcomeMessage {
   margin-bottom: 10px;
 }
\ No newline at end of file




More information about the pLog-svn mailing list