From be4a346d8bfc8a195d6e8ab5ef40dc84f9b28810 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Tue, 15 Jan 2008 15:47:02 +0000 Subject: Restored the
 so that column style appear correctly

git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@575 ab2d0c66-481e-0410-8bed-d214d4d58bed
---
 www/ice/ice.css | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

(limited to 'www/ice')

diff --git a/www/ice/ice.css b/www/ice/ice.css
index fa2da38..e5a6f0a 100644
--- a/www/ice/ice.css
+++ b/www/ice/ice.css
@@ -3,7 +3,7 @@
  *----------------------------------------------------------------------------------
  */
 
-@import url("ice_general.cssx");
+@import url("ice_general.cssxxx");
 @import url("ice_ie.css");
 /*@import url("ice_ff.css"); */
 
@@ -44,7 +44,11 @@ hr {
 .mute {
 	color: 			#777;
 }
-
+pre {
+	font-family:		monospace;
+	font-size:		10pt;
+	padding:		5px;
+}
 
 /*----------------------------------------------------------------------------------
  * BODY & PAGE
-- 
cgit v1.2.3