Browse Source

cleanup footer css

Rafał Pitoń 11 years ago
parent
commit
c723ce31f0
1 changed files with 12 additions and 1 deletions
  1. 12 1
      uiframework/misago/css/misago/footer.less

+ 12 - 1
uiframework/misago/css/misago/footer.less

@@ -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;