~foxtrotgps-team/foxtrotgps/website

« back to all changes in this revision

Viewing changes to base.css

  • Committer: Joshua Judson Rosen
  • Date: 2014-11-05 06:25:37 UTC
  • Revision ID: rozzin@geekspace.com-20141105062537-75adroilund5cyr7
Define CSS title class for texinfo-generated HTML docs.

This lets us generate HTML docs that fit into the foxtrotgps.org website
with "make html MAKEINFOFLAGS='--css-ref=../base.css'".

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
}
24
24
 
25
25
 
26
 
.title {
 
26
.title, .settitle {
27
27
  text-align: center;
28
28
  background: #ccc;
29
29
  padding: 1em;