Light touch.

This commit is contained in:
z3d
2010-12-13 15:42:51 +00:00
parent af8751a3a4
commit 7e1a5d5cb5

View File

@ -464,6 +464,7 @@ div.configure h3, div.graphspanel h3 {
-moz-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0;
-khtml-border-radius: 0 4px 4px 0; -khtml-border-radius: 0 4px 4px 0;
background: #ffe; background: #ffe;
text-align: left;
} }
div.graphspanel { div.graphspanel {
@ -618,7 +619,7 @@ div.main li {
div.main li b { div.main li b {
color: #514!important; color: #514!important;
letter-spacing: 0.02em; letter-spacing: 0.01em;
font-size: 9.5pt; font-size: 9.5pt;
line-height: 170%; line-height: 170%;
} }
@ -1037,25 +1038,32 @@ div.joblog {
margin-top: 5px; margin-top: 5px;
} }
div.joblog:ul { div.joblog i {
color: #050;
font-weight: bold;
}
div.joblog ul {
word-wrap: break-word !important; word-wrap: break-word !important;
text-align: justify; text-align: justify;
line-height: 100% !important; line-height: 100% !important;
margin-top: -5px !important;
} }
div.joblog:li { div.joblog li {
word-wrap: break-word !important; word-wrap: break-word !important;
text-align: justify !important; text-align: justify !important;
line-height: 80% !important; line-height: 115% !important;
padding: 0; padding: 0;
font-size: 9pt !important;
}
div.joblog li:last-child {
margin-bottom: -5px;
} }
div.joblog li:first-child { div.joblog li:first-child {
margin-top: 10px; margin-top: 10px !important;
}
div.joblog li:last-child {
margin-bottom: 5px;
} }
div.joblog form:first-child { div.joblog form:first-child {
@ -1074,6 +1082,10 @@ div.joblog hr {
margin: 15px 0; margin: 15px 0;
} }
div.joblog h3 {
margin-bottom: 5px;
}
.smallhead { .smallhead {
font-size: 7pt font-size: 7pt
} }