Sha256: 88362df6ac21127a5455a533b4b7a7efe230c7a8c8307cc4a2dadd11be09356f
Contents?: true
Size: 433 Bytes
Versions: 25
Compression:
Stored size: 433 Bytes
Contents
class ApplicationController < ActionController::Base # The body style is automatically applied to all pages mxit_style :body, 'background-color:#F8F3EA; color:#000000' # The title style is automatically applied to the page title mxit_style :title, 'padding:4px 6px; background-color:#e17116; color:#ffffff;' mxit_style :link_hover, 'background-color: #359325; color: #ffffff;' mxit_style :link, 'color: #359325;' end
Version data entries
25 entries across 25 versions & 1 rubygems