[xiph-commits] r9288 - websites/xspf.org/css
lgonze at motherfish-iii.xiph.org
lgonze at motherfish-iii.xiph.org
Mon May 16 15:57:04 PDT 2005
Author: lgonze
Date: 2005-05-16 15:57:03 -0700 (Mon, 16 May 2005)
New Revision: 9288
Modified:
websites/xspf.org/css/main.css
Log:
Modified: websites/xspf.org/css/main.css
===================================================================
--- websites/xspf.org/css/main.css 2005-05-16 22:38:46 UTC (rev 9287)
+++ websites/xspf.org/css/main.css 2005-05-16 22:57:03 UTC (rev 9288)
@@ -1,14 +1,17 @@
body {
- background-image: url(/images/gray-bg.png);
+ background-image: url(http://xspf.org/images/gray-bg.png);
font-family: tahoma, verdana, ariel, helvetica;
}
-p, ul, ol {
- font-size: 10pt;
+p, ul, ol, dl {
+ font-size: 12pt;
}
h1 {
font-size: 14pt;
font-weight: bold;
}
+h2 {
+ font-size: 12pt;
+ }
a {
color: #780D0D;
text-decoration: none;
@@ -32,7 +35,7 @@
#title {
padding: 13px 10px 10px 10px;
background-color: #A11414;
- background-image: url(/images/xspf-logo-3.png);
+ background-image: url(http://xspf.org/images/xspf-logo-3.png);
background-repeat: no-repeat;
border-style: solid;
border-width: 0 0 1px 0;
More information about the commits
mailing list