You are here

help.css in Advanced Help 5

Same filename and directory in other branches
  1. 6 help.css
  2. 7 help.css
.advanced-help-topic code, .advanced-help-topic pre {
  border: 1px solid #444;
  background: #f1f1f1;
  margin: 1em;
  padding: .2em;
  display: block;
}

.help-left {
  float: left;
}

.help-right {
  float: right;
}

.help-box {
  margin: .5em;
}

.help-navigation {
  border-top: 1px dotted #ccc;
}

.help-previous {
  float: left;
}

.help-next {
  float: right;
}

File

help.css
View source
  1. .advanced-help-topic code, .advanced-help-topic pre {
  2. border: 1px solid #444;
  3. background: #f1f1f1;
  4. margin: 1em;
  5. padding: .2em;
  6. display: block;
  7. }
  8. .help-left {
  9. float: left;
  10. }
  11. .help-right {
  12. float: right;
  13. }
  14. .help-box {
  15. margin: .5em;
  16. }
  17. .help-navigation {
  18. border-top: 1px dotted #ccc;
  19. }
  20. .help-previous {
  21. float: left;
  22. }
  23. .help-next {
  24. float: right;
  25. }