Sha256: ab13e0163e89e5a1207de2f2609c28e2d191a8184284b4417e3bc3c5c01f26a8

Contents?: true

Size: 733 Bytes

Versions: 10

Compression:

Stored size: 733 Bytes

Contents

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *
 *= require_self
 *= require neutral

 *= require_tree .
 */

a:hover {
	background-color: none;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

div.neutral a:hover {
  background-color: none!important;
  color: inherit;
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
neutral-0.0.10 spec/dummy/app/assets/stylesheets/application.css
neutral-0.0.9 spec/dummy/app/assets/stylesheets/application.css
neutral-0.0.8 spec/dummy/app/assets/stylesheets/application.css
neutral-0.0.7 spec/dummy/app/assets/stylesheets/application.css
neutral-0.0.6 spec/dummy/app/assets/stylesheets/application.css
neutral-0.0.5 spec/dummy/app/assets/stylesheets/application.css
neutral-0.0.4 spec/dummy/app/assets/stylesheets/application.css
neutral-0.0.3 spec/dummy/app/assets/stylesheets/application.css
neutral-0.0.2 spec/dummy/app/assets/stylesheets/application.css
neutral-0.0.1 spec/dummy/app/assets/stylesheets/application.css