Sha256: 1b2efa38a05fe2b298dcc9ee19ef665b107b6fd9b9ae270b4025b6959260e5f5

Contents?: true

Size: 1.11 KB

Versions: 4

Compression:

Stored size: 1.11 KB

Contents

/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/*                   Dependencies                       */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */

/*
  *= link_tree ../../images
*/

/* ---------------------------------------------------- */
/* ---------------------------------------------------- */

*           { margin: 0; }
html, body  { height: 100%; }
html        {
	height:          100%;
  color:           #fff;
	background:      #010008 url(<%= asset_url("exception_handler/bg.jpg") %>) top left no-repeat;
	background-size: 100% 100%;
  box-sizing:      border-box;
}
body        {
  position:        relative;
	font-family:     Helvetica, Arial, Sans-Serif;
	font-size:       12px;
	text-transform:  capitalize;
  box-sizing:      border-box;
  overflow-x:      hidden;
}
a       { color: #fff; text-decoration: none; }
a:hover { text-decoration: underline; }

/* ---------------------------------------------------- */
/* ---------------------------------------------------- */

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
exception_handler-0.7.6.0 app/assets/stylesheets/styles/_base.css.erb
exception_handler-0.7.5.15 app/assets/stylesheets/styles/_base.css.erb
exception_handler-0.7.5 app/assets/stylesheets/styles/_base.css.erb
exception_handler-0.7.0 app/assets/stylesheets/styles/_base.css.erb