aboutsummaryrefslogtreecommitdiffstats
path: root/web/css
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-06-28 17:15:39 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-06-28 17:15:39 +0100
commit91e9552a11f9861d1c43a3a1315d322bae76dd00 (patch)
treeda023a3a3ced5c0132e8fae90e46483739340f81 /web/css
parentec4f9183efc96f33e4cbd0388acd6e5d5654ad74 (diff)
Pagination of reports/updates.
Diffstat (limited to 'web/css')
-rw-r--r--web/css/core.css1
-rw-r--r--web/css/core.scss1
2 files changed, 2 insertions, 0 deletions
diff --git a/web/css/core.css b/web/css/core.css
index a67c54f17..85c16a9ae 100644
--- a/web/css/core.css
+++ b/web/css/core.css
@@ -176,6 +176,7 @@
}
#mysociety p#copyright {
float: right;
+ text-align: right;
margin: 0 0 1em 0;
font-size: 78%;
}
diff --git a/web/css/core.scss b/web/css/core.scss
index 74e62f481..5e24b5702 100644
--- a/web/css/core.scss
+++ b/web/css/core.scss
@@ -226,6 +226,7 @@ $map_width: 500px;
p#copyright {
float: right;
+ text-align: right;
margin: 0 0 1em 0;
font-size: 78%;
}