Sha256: bd0d9c78edf4bbbd8f39dfac99eb9a4f7f2a9844f7cd82e5452e817e2992b859

Contents?: true

Size: 1.04 KB

Versions: 3

Compression:

Stored size: 1.04 KB

Contents

/* Default error colouring */

article, nav, header, footer, aside, hgroup, section{
	display:block;
}

div.fieldWithErrors {
  display: inline;
}

#errorExplanation {
  border-top: 3px solid #F27F7F;
  background: #FFBEBE;
  padding: 10px;
}

#errorExplanation, #errorExplanation *, .fieldWithErrors, .fieldWithErrors * {
  color: #9C2626;
}

/* Browser Hacks */

/* remove borders from images */

a img {
  border: 0px none;
}

/*
Firefox Dotted Line Fix
  - http://sonspring.com/journal/removing-dotted-links
*/
a:focus {
  outline: none;
}

/*
Clearfix docs
 - Main docs: http://positioniseverything.net/easyclearing.html
 - IE7 change: http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
*/
.clearfix:after, section:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden; /* for height 0, it's necessary to force overflow hidden */
  clear: both;
  visibility: hidden;
}
.clearfix, section {
  display: inline-block;
}

/* Hide from IE Mac \*/
.clearfix, section {
  display:block;
}
/* End hide from IE Mac */

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
refinerycms-core-1.0.11 public/stylesheets/refinery/formatting.css
refinerycms-core-1.0.10 public/stylesheets/refinery/formatting.css
refinerycms-core-1.0.9 public/stylesheets/refinery/formatting.css