blob: 298d6c6643e46f2dbae4ed5f3820b87b56964cbe (
plain)
- /* ikiwiki local style sheet */
- /* Add local styling here, instead of modifying style.css. */
- div.header {
- margin: 1em 1em 0;
- }
- div.header,
- span.author,
- div.recentchanges,
- span.committype,
- div#footer {
- font-size: 80%;
- }
- DIV#wrapper {
- float: right;
- width: 80%;
- }
- DIV#content {
- float: right;
- max-width: 72em;
- }
- DIV#content IMG {
- display: block;
- clear: both;
- float: left;
- padding: 10px;
- }
- div#pageinfo {
- margin: 15em 1em 1em;
- padding: 1em 0 0;
- border-top: 0;
- }
- div.actions ul {
- border-bottom: 0;
- }
|