mobile.css

  1. 6.x modules/blank_degrees/css/mobile.css
  2. 4.x themes/classic/mobile.css
  3. 4.x modules/blank_degrees/css/mobile.css
  4. 5.x themes/basic/mobile.css
  5. 5.x themes/fp5_clean/mobile.css
  6. 5.x themes/classic/mobile.css
  7. 5.x modules/blank_degrees/css/mobile.css
.fpcopy-notice {
  font-size: 0.7em;
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid #ccc;
}

body {
  background-color: white;
} 

File

themes/basic/mobile.css
View source
  1. .fpcopy-notice {
  2. font-size: 0.7em;
  3. text-align: center;
  4. margin-top: 40px;
  5. border-top: 1px solid #ccc;
  6. }
  7. body {
  8. background-color: white;
  9. }