Issue 12312

Clean up inline CSS styling code on our freemarker pages.

12312
Reporter: jcuadra
Assignee: mdoering
Type: Improvement
Summary: Clean up inline CSS styling code on our freemarker pages.
Priority: Minor
Resolution: Fixed
Status: Closed
Created: 2012-11-12 16:57:12.264
Updated: 2013-08-29 14:45:21.764
Resolved: 2013-01-04 15:54:23.37
        
Description: In several of our freemarker pages we are including inline CSS inside our freemarker pages. The recommended practice will be to keep all CSS on their own external LESS files or at least declare the inline CSS at the header of our pages.

There are places were we definitely can't strip off this CSS (I think), e.g.: where dynamic values are needed.



But for the other cases, we should do an effort to clean up a bit and try to separate the two.

]]>
    


Author: kbraak@gbif.org
Comment: Inline CSS moved to LESS, and some internal style sheets (defined in head) moved to LESS (where possible) in revision http://code.google.com/p/gbif-portal/source/detail?r=1289. All pages currently implemented were considered, otherwise they were not touched. Work completed, so closing issue. 
Created: 2013-01-04 15:54:23.395
Updated: 2013-01-04 15:54:23.395