You are here

function panels_page_css_filter_default_allowed_values in Panels 6.2

Same name and namespace in other branches
  1. 5.2 panels_page/panels_page.css_filter.inc \panels_page_css_filter_default_allowed_values()
1 call to panels_page_css_filter_default_allowed_values()
panels_page_filter_css in panels_page/panels_page.css_filter.inc

File

panels_page/panels_page.css_filter.inc, line 283

Code

function panels_page_css_filter_default_allowed_values() {
  return array(
    'auto',
    'aqua',
    'black',
    'block',
    'blue',
    'bold',
    'both',
    'bottom',
    'brown',
    'center',
    'collapse',
    'dashed',
    'dotted',
    'fuchsia',
    'gray',
    'green',
    'italic',
    'left',
    'lime',
    'maroon',
    'medium',
    'navy',
    'normal',
    'nowrap',
    'olive',
    'pointer',
    'purple',
    'red',
    'right',
    'solid',
    'silver',
    'teal',
    'top',
    'transparent',
    'underline',
    'white',
    'yellow',
  );
}