[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] Update mirrors table



Update of /home/or/cvsroot/website
In directory moria:/tmp/cvs-serv4183

Modified Files:
	stylesheet.css 
Log Message:
Update mirrors table

Index: stylesheet.css
===================================================================
RCS file: /home/or/cvsroot/website/stylesheet.css,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -d -r1.26 -r1.27
--- stylesheet.css	20 Jan 2006 20:33:55 -0000	1.26
+++ stylesheet.css	21 Jan 2006 02:24:45 -0000	1.27
@@ -333,3 +333,19 @@ td.banner-right {
 }
 
 
+table.mirrors {
+	margin: 0 auto;
+	border-width: 3px;
+	border-color: gray;
+	border-style: ridge;
+	border-collapse: collapse;
+}
+table.mirrors th {
+	border: 1px solid gray;
+	background-color: #DDDDDD;
+}
+table.mirrors td {
+	border: 1px solid gray;
+	padding: 4px;
+}
+