Sha256: a2a9a6be2f52f1013d13506ae55230977949044e28306ee09cfc4151440289a7

Contents?: true

Size: 727 Bytes

Versions: 2

Compression:

Stored size: 727 Bytes

Contents

/*
  wysiwyg-content.css is the stylesheet that is loaded INSIDE OF the WYSIWYG editors' iframe.
  This only happens if 'iFrame' mode is enabled. It imports what we assume is the stylesheet
  the user has set up for the application in an attempt to render in a similar font to what
  is expected in the application.
*/
@import url(/stylesheets/screen.css);

html, body {
  height:100%;
}

body {
  background-color:#fff !important;
  color:#000 !important;
  margin:0;
/*  overflow:hidden;*/
  padding:0;
  text-align:left !important;
  width:auto;
}

img {
  cursor:pointer;
}

body .post {
  padding:0 5px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
grandstand-0.2.7 public/grandstand/stylesheets/wysiwyg-content.css
grandstand-0.2.6 public/grandstand/stylesheets/wysiwyg-content.css