Edit

kc3-lang/libxkbcommon/doc/doxygen-extra.css

Branch :

  • Show log

    Commit

  • Author : Ran Benita
    Date : 2014-10-18 14:50:49
    Hash : 0419f6e7
    Message : docs: make html output have a fixed width, hide footer It's hard to read text which stretches indefinitely. The footer is not adding much. Signed-off-by: Ran Benita <ran234@gmail.com>

  • doc/doxygen-extra.css
  • div#top, div.header, div.contents {
            margin-left: auto;
            margin-right: auto;
            width: 960px;
    }
    
    .footer {
            display: none;
    }