summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;