You are here

gdoc_field.css in Embedded Google Docs Viewer 7

.gdoc-field {
  width: 100%;
  height: 400px;
  border: 1px solid black;
}

File

gdoc_field.css
View source
  1. .gdoc-field {
  2. width: 100%;
  3. height: 400px;
  4. border: 1px solid black;
  5. }