Skip to content

Commit

Permalink
MONDRIAN: Stylesheet tweaks.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 7871]
  • Loading branch information
julianhyde committed Oct 9, 2006
1 parent 2980ca8 commit 0a48db7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions doc/stylesheet.css
Expand Up @@ -512,10 +512,31 @@ h3 {
margin: 9px 0px 4px 0px;
letter-spacing: .075em;
}
/* jhyde added */
h2 {
font: normal 1.35em Tahoma, Helvetica, sans-serif;
color: #95a22c;
margin: 9px 0px 4px 0px;
letter-spacing: .075em;
}
h4 {
font: normal 1.05em Tahoma, Helvetica, sans-serif;
color: #95a22c;
margin: 9px 0px 4px 0px;
letter-spacing: .075em;
}
h1 {
font-weight:bolder; /* subs under h3's */
font-size:1em;
}
/* jhyde added */
p {
font: normal .80em Tahoma, Helvetica, sans-serif;
color: #808080;
text-decoration: none;
}


/* gray table styles */
.grayTable, .grayTable tr,.grayTable td {
border-color:#808080;
Expand Down

0 comments on commit 0a48db7

Please sign in to comment.