projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a62802a
)
Style for blockquotes.
author
Mike Taylor
<mike@indexdata.com>
Thu, 30 Nov 2006 12:50:20 +0000
(12:50 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 30 Nov 2006 12:50:20 +0000
(12:50 +0000)
web/htdocs/chrome/style.mc
patch
|
blob
|
history
diff --git
a/web/htdocs/chrome/style.mc
b/web/htdocs/chrome/style.mc
index
fdf778f
..
42b3ab3
100644
(file)
--- a/
web/htdocs/chrome/style.mc
+++ b/
web/htdocs/chrome/style.mc
@@
-1,9
+1,15
@@
-/* $Id: style.mc,v 1.11 2006-11-30 12:11:07 mike Exp $ */
+/* $Id: style.mc,v 1.12 2006-11-30 12:50:20 mike Exp $ */
body {
color: black;
background: white;
}
+blockquote {
+ background: #ffffc0;
+ margin: 1em 3em;
+ padding: 0.5em;
+}
+
.banner { background: url(/beach.jpeg) }
.logo { text-decoration: none; color: white; margin-left: 1em }
.title { color: black; margin-right: 1em }