summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/media/style/style.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/askbot/media/style/style.less b/askbot/media/style/style.less
index 552f743b..8dd589c7 100644
--- a/askbot/media/style/style.less
+++ b/askbot/media/style/style.less
@@ -4007,6 +4007,7 @@ textarea.tipped-input {
#askButton,
#navBadges,
.user-info,
+ .copyright,
.counts .views,
.counts .votes,
.help,
@@ -4020,6 +4021,11 @@ textarea.tipped-input {
display: none;
}
+ .footer-links,
+ .powered-link {
+ text-align: center;
+ }
+
.short-summary:first-child {
padding-top: 0;
}