[Midnightbsd-cvs] www [668] trunk/css: get rid of a css include file to speed up loads

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Oct 15 22:35:26 EDT 2015


Revision: 668
          http://svnweb.midnightbsd.org/www/?rev=668
Author:   laffer1
Date:     2015-10-15 22:35:26 -0400 (Thu, 15 Oct 2015)
Log Message:
-----------
get rid of a css include file to speed up loads

Modified Paths:
--------------
    trunk/css/base.css

Removed Paths:
-------------
    trunk/css/font-normal.css

Modified: trunk/css/base.css
===================================================================
--- trunk/css/base.css	2015-10-16 02:32:32 UTC (rev 667)
+++ trunk/css/base.css	2015-10-16 02:35:26 UTC (rev 668)
@@ -2,7 +2,6 @@
    CSS Document for MidnightBSD.org
    $MidnightBSD$ 
 */
- at import "/css/font-normal.css";
 
 body {
     color: black;
@@ -13,11 +12,48 @@
     line-height: 1.3em;
 }
 
+h1 {
+    font-size: 1.8em;
+}
+
+h2 {
+    font-size: 1.6em;
+}
+
 h3 {
+    font-size: 1.5em;
     color: #6dcff6;
     background-color: transparent;
 }
 
+h4 {
+    font-size: 1.4em;
+}
+
+h5 {
+    font-size: 1.3em;
+}
+
+h6 {
+    font-size: 1.2em;
+}
+
+p {
+    font-size: 1em;
+}
+
+table td {
+    font-size: 1em;
+}
+
+table tr {
+    font-size: 1.3em;
+}
+
+form {
+    font-size: 1em;
+}
+
 a:link {
     color: blue;
     background-color: transparent;

Deleted: trunk/css/font-normal.css
===================================================================
--- trunk/css/font-normal.css	2015-10-16 02:32:32 UTC (rev 667)
+++ trunk/css/font-normal.css	2015-10-16 02:35:26 UTC (rev 668)
@@ -1,44 +0,0 @@
-body {
-    font-family: Geneva, Arial, Helvetica, sans-serif;
-    font-size: 12px;
-}
-
-h1 {
-    font-size: 1.8em;
-}
-
-h2 {
-    font-size: 1.6em;
-}
-
-h3 {
-    font-size: 1.5em;
-}
-
-h4 {
-    font-size: 1.4em;
-}
-
-h5 {
-    font-size: 1.3em;
-}
-
-h6 {
-    font-size: 1.2em;
-}
-
-p {
-    font-size: 1em;
-}
-
-table td {
-    font-size: 1em;
-}
-
-table tr {
-    font-size: 1.3em;
-}
-
-form {
-    font-size: 1em;
-}
\ No newline at end of file



More information about the Midnightbsd-cvs mailing list