aboutsummaryrefslogtreecommitdiff
path: root/htdocs
diff options
context:
space:
mode:
authorFrank Barknecht <fbar@users.sourceforge.net>2003-05-22 17:56:13 +0000
committerFrank Barknecht <fbar@users.sourceforge.net>2003-05-22 17:56:13 +0000
commit0de07c1dbdc7266e510522dc878265dc07712c61 (patch)
treeb8c9e9eee38ea6ce792c452c30f700194b46de48 /htdocs
parentd24fd353d40d808e5cd3b79a6f5976068ee84c28 (diff)
small style change for the quote.
svn path=/trunk/; revision=646
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/pd.css13
-rw-r--r--htdocs/quote.inc2
2 files changed, 8 insertions, 7 deletions
diff --git a/htdocs/pd.css b/htdocs/pd.css
index 8f54d466..dbb53544 100644
--- a/htdocs/pd.css
+++ b/htdocs/pd.css
@@ -62,13 +62,6 @@ A:hover {
color: #003300 ;
}
-A.nonexistent {
- background: #EEE;
- color: #CC6600;
-}
-
-
-
HR {
height:1px;
@@ -86,6 +79,12 @@ P.small {
padding: 5px;
}
+span.quote {
+ margin:0px;
+ font-family: Verdana, Helvetica, Arial, Tahoma, sans-serif;
+ font-size: 8pt;
+}
+
UL {
list-style-type: circle;
}
diff --git a/htdocs/quote.inc b/htdocs/quote.inc
index 667074e7..d6b4b7ae 100644
--- a/htdocs/quote.inc
+++ b/htdocs/quote.inc
@@ -1,3 +1,5 @@
+<span class="quote">
<b>Quote of the month</b><br />
Do you think the MIDI revolution was a step forward or backward?<br />
MSP: <em> I think it was a huge step sideways. </em>
+</span>