bagder: curl-www curl.css,1.50,1.51
[email protected] Thu, 03 Nov 2005 13:10:40 +0000
Newsgroups
gmane.comp.web.curl.www.cvs
Message-ID
<[email protected] >
Update of /cvsroot/curl/curl-www
In directory labb:/tmp/cvs-serv25024
Modified Files:
curl.css
Log Message:
smaller body text, added phpbox
Index: curl.css
===================================================================
RCS file: /cvsroot/curl/curl-www/curl.css,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- curl.css 17 Sep 2005 20:44:21 -0000 1.50
+++ curl.css 3 Nov 2005 13:10:38 -0000 1.51
@@ -1,5 +1,7 @@
BODY {
background-color: white;
+ font-family: arial, helvetica, ariel, sans-serif;
+ font-size: 90%;
color: black;
}
@@ -311,7 +313,8 @@
width: 80%;
font-family: arial, helvetica, ariel, sans-serif;
font-style: italic;
- margin-left: 10%;
+ margin-left: auto;
+ margin-right: auto;
}
div.quote {
@@ -341,3 +344,11 @@
.mirrorlinks {
font-size: 8pt;
}
+
+.phpbox {
+ font-size: 110%;
+ background-color: #e0e0ff;
+ color: #0000ff;
+ border: solid 1px #000000;
+ padding: 2px 2px 2px 2px;
+}