You are here

responsive.smartphone.landscape.css in Drupal Commons 7.3

/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
body.front.logged-in .view-commons-homepage-content .article.node .node-content .field-name-body, body.front.logged-in .view-commons-homepage-content .node-teaser.node-group .node-content .field-name-body {
  margin-right: 0;
}

File

themes/commons/commons_origins/css/responsive.smartphone.landscape.css
View source
  1. /*
  2. * Important Information about this CSS File
  3. *
  4. * - Do not delete or rename this file, if you do not use it leave it blank (delete
  5. * everything) and the file will be skipped when you enable Production Mode in
  6. * the Global theme settings.
  7. *
  8. * - Read the _README file in this directory, it contains useful help and other information.
  9. */
  10. body.front.logged-in .view-commons-homepage-content .article.node .node-content .field-name-body, body.front.logged-in .view-commons-homepage-content .node-teaser.node-group .node-content .field-name-body {
  11. margin-right: 0;
  12. }