1
0
mirror of synced 2024-12-14 15:16:04 +03:00

Adjust css

This commit is contained in:
Benjamin Eberlei 2012-01-22 23:15:52 +01:00
parent 34a696c3d6
commit 23529e839d

View File

@ -80,6 +80,8 @@ abbr,acronym { border:0; }
div.document { div.document {
margin-right: 30px; margin-right: 30px;
font-size: 12pt;
text-align: left !important;
} }
div.documentwrapper { div.documentwrapper {
@ -96,6 +98,14 @@ div.body {
color: #000000; color: #000000;
} }
div.body ul {
margin-left: 30px
}
div.body ul, div.body ul li {
list-style-type: square;
}
div.footer { div.footer {
color: #ffffff; color: #ffffff;
width: 100%; width: 100%;
@ -251,8 +261,11 @@ a.headerlink:hover {
} }
div.body p, div.body dd, div.body li { div.body p, div.body dd, div.body li {
text-align: justify; /*text-align: justify;*/
line-height: 130%; }
#content div.body p {
font-size: 100%;
line-height: 120%;
} }
div.highlight { div.highlight {
@ -319,7 +332,8 @@ pre {
tt { tt {
background-color: #ecf0f3; background-color: #ecf0f3;
padding: 0 1px 0 1px; padding: 0 1px 0 1px;
font-size: 1.4em; /*font-size: 1.4em;*/
font-weight: bold;
} }
th { th {