[Midnightbsd-cvs] www: essence.css.human: add compression instructions

smultron at midnightbsd.org smultron at midnightbsd.org
Fri Aug 29 13:51:14 EDT 2008


Log Message:
-----------
add compression instructions

Modified Files:
--------------
    www/css:
        essence.css.human (r1.1 -> r1.2)

-------------- next part --------------
Index: essence.css.human
===================================================================
RCS file: /home/cvs/www/css/essence.css.human,v
retrieving revision 1.1
retrieving revision 1.2
diff -L css/essence.css.human -L css/essence.css.human -u -r1.1 -r1.2
--- css/essence.css.human
+++ css/essence.css.human
@@ -1,3 +1,12 @@
+/************************************
+	Run Through CSS Compressor
+	- Super Compact
+	- Strip Comments >= 4
+	
+	http://www.cssdrive.com/index.php/main/csscompressor/
+	
+************************************/
+
 @import url("menu.css");
 @import url("home.css");
 @import url("xtra.css");
@@ -102,6 +111,8 @@
 .fleft { float: left; }
 .fright { float: right; }
 
+#googlead { width: 470px; height: 60px; margin: 0 auto; }
+
 /* SHAMELESS PLUG */
 #cc { display: inline-block; margin: 0; vertical-align: top; }
 #cc a { padding: 16px 0 0 0; overflow: hidden; background-repeat: no-repeat; float: left; width: 16px; height: 0px !important; height: /**/:16px; background-image: url("../images/creature.png"); }
\ No newline at end of file


More information about the Midnightbsd-cvs mailing list