summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-09-21 14:34:45 +0200
committerThomas Schwinge <tschwinge@gnu.org>2007-09-21 14:34:45 +0200
commitea367e7783448fb42059f1dd4391223d42faa34f (patch)
tree38e2986f487b8b65ec3a3ac11eff33d9643e5863
parent2a13e36072f379bb2bf55b0f019dadcaadab4171 (diff)
Use some other CSS magic. Does it work now?
-rw-r--r--.templates/editpage.tmpl2
-rw-r--r--local.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/.templates/editpage.tmpl b/.templates/editpage.tmpl
index 091bb8d3..d55c0e6e 100644
--- a/.templates/editpage.tmpl
+++ b/.templates/editpage.tmpl
@@ -58,7 +58,7 @@ Optional comment about this change:<br />
<TMPL_VAR FIELD-COMMENTS><br />
</TMPL_IF>
-<div id="copyright_assignment_notice">
+<div class="copyright_assignment_notice">
<p>By contributing to this page, you agree to assign copyright for
your contribution to the Free Software Foundation. The Free Software
diff --git a/local.css b/local.css
index 24a8df70..6f730216 100644
--- a/local.css
+++ b/local.css
@@ -61,7 +61,7 @@ pre + *
}
/* Used in `.templates/editpage.tmpl'.
-#copyright_assignment_notice
+.copyright_assignment_notice
{
background-color: #f0f0f0;
font-size: small;