You are here

gdoc_field.css in Embedded Google Docs Viewer 8

.gdoc-field {
  margin-left: 10%;
  margin-right: 10%;
  width: 80%;
  height: 400px;
  border: 1px solid black;
}
.gdoc-filename {
  margin-top: 0;
  margin-bottom: 1.5em;
  font-style: italic;
  font-family: serif;
  font-size: 80%;
  text-align: center;
}

File

css/gdoc_field.css
View source
  1. .gdoc-field {
  2. margin-left: 10%;
  3. margin-right: 10%;
  4. width: 80%;
  5. height: 400px;
  6. border: 1px solid black;
  7. }
  8. .gdoc-filename {
  9. margin-top: 0;
  10. margin-bottom: 1.5em;
  11. font-style: italic;
  12. font-family: serif;
  13. font-size: 80%;
  14. text-align: center;
  15. }