Patch #30445
closed
    Remove unnecessary bgl and bgr wrappers from the footer
Description
There is a footer container, which has 2 more containers inside named bgl and bgr, considering that footer has nothing in it, but a short line of text, and I don't think we will ever need anything else from the footer, than just displaying this line, I think they both should be killed and text that's contained by it to be instead wrapped directly by a #footer div.
Files
Related issues
      
      Updated by Marius BĂLTEANU almost 7 years ago
      
    
    - Related to Patch #30231: Operation: "Unwraping The Mine" or conerns about how elements are wrapped added
 
      
      Updated by Go MAEDA almost 7 years ago
      
    
    - Related to Feature #871: Commit new CSS styles! added
 
      
      Updated by Go MAEDA almost 7 years ago
      
    
    wrapper2, .bgl, and .bgr were added in response to the request #871. Those classes are no longer used in both the default theme and redmine.org's theme.
      
      Updated by Marius BĂLTEANU almost 7 years ago
      
    
    - Target version set to Candidate for next major release
 
      
      Updated by Go MAEDA almost 7 years ago
      
    
    - Target version changed from Candidate for next major release to 4.1.0
 
The classes are no longer used even in redmine.org. Setting the target version to 4.1.0.
      
      Updated by Go MAEDA almost 7 years ago
      
    
    - Category changed from UI to Code cleanup/refactoring
 - Status changed from New to Closed
 - Assignee set to Go MAEDA
 
Committed the patch. Thank you for your contribution.
      
      Updated by Mischa The Evil about 6 years ago
      
    
    
    I think that this change will, without further action, become problematic for the redmine.org instance:
<screenshot removed>
      
      Updated by Mischa The Evil about 6 years ago
      
    
    Please ignore my previous comment. I misinterpreted some things.