Commit d04fc15e authored by Maksim Shabunin's avatar Maksim Shabunin

Replaced tabs with spaces in stylesheet

parent 11591b3e
/* The standard CSS for doxygen 1.8.6 */ /* The standard CSS for doxygen 1.8.6 */
body, table, div, p, dl { body, table, div, p, dl {
font: 400 14px/22px Helvetica, 'Segoe UI', Arial, freesans, sans-serif; font: 400 14px/22px Helvetica, 'Segoe UI', Arial, freesans, sans-serif;
word-wrap: break-word; word-wrap: break-word;
} }
code { code {
font: 12px Consolas, "Liberation Mono", Courier, monospace; font: 12px Consolas, "Liberation Mono", Courier, monospace;
font-size: 85%; font-size: 85%;
white-space: pre-wrap; white-space: pre-wrap;
padding: 1px 5px; padding: 1px 5px;
padding: 0; padding: 0;
background-color: #ddd; background-color: #ddd;
vertical-align: baseline; vertical-align: baseline;
} }
body { body {
background-image: url(bodybg.png); background-image: url(bodybg.png);
margin: 0 auto; margin: 0 auto;
} }
div.contents { div.contents {
width: 980px; width: 980px;
margin: 0 auto; margin: 0 auto;
padding: 15px 15px; padding: 15px 15px;
border: 1px solid rgb(10, 80, 122); border: 1px solid rgb(10, 80, 122);
background-color: #fff; background-color: #fff;
} }
span.arrow { span.arrow {
height: 13px; height: 13px;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment