|
@@ -2,6 +2,10 @@
|
|
// Forum Footer
|
|
// Forum Footer
|
|
// --------------------------------------------------
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
+
|
|
|
|
+//== Footer container
|
|
|
|
+//
|
|
|
|
+//**
|
|
.main-footer {
|
|
.main-footer {
|
|
margin-top: @line-height-computed * 1.5;
|
|
margin-top: @line-height-computed * 1.5;
|
|
margin-bottom: @line-height-computed * 1.5;
|
|
margin-bottom: @line-height-computed * 1.5;
|
|
@@ -9,11 +13,18 @@
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
|
|
+//== Custom footer message
|
|
|
|
+//
|
|
|
|
+//**
|
|
.custom-footer {
|
|
.custom-footer {
|
|
color: @footer-color;
|
|
color: @footer-color;
|
|
}
|
|
}
|
|
|
|
|
|
-// Misago Branding, don't edit please
|
|
|
|
|
|
+
|
|
|
|
+//== Misago branding
|
|
|
|
+//
|
|
|
|
+//**
|
|
.misago-branding {
|
|
.misago-branding {
|
|
a {
|
|
a {
|
|
display: inline-block;
|
|
display: inline-block;
|