Sha256: 61a6c1aebbc365a67d0a9156142b4b5411305522c3ae90c59b440964aae696b5

Contents?: true

Size: 763 Bytes

Versions: 1

Compression:

Stored size: 763 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;
  background-image:none !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

1 entries across 1 versions & 1 rubygems

Version Path
grandstand-0.3.0 lib/generators/grandstand/install/templates/public/stylesheets/wysiwyg-content.css