summaryrefslogtreecommitdiff
path: root/contrib/mom/momdoc/stylesheet.css
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/mom/momdoc/stylesheet.css')
-rw-r--r--contrib/mom/momdoc/stylesheet.css19
1 files changed, 12 insertions, 7 deletions
diff --git a/contrib/mom/momdoc/stylesheet.css b/contrib/mom/momdoc/stylesheet.css
index 23a2ee51..44c2fae9 100644
--- a/contrib/mom/momdoc/stylesheet.css
+++ b/contrib/mom/momdoc/stylesheet.css
@@ -7,6 +7,7 @@ a:visited:hover { color: purple; text-decoration: underline; }
a.header-link:visited { color: #6e70cc ; }
a.header-link:visited:hover { color: #6e70cc ; }
+a:link.quick { text-decoration: underline; }
.version /* version number for top of toc.html */
{
font-size: 90% ;
@@ -50,7 +51,7 @@ h2.macro-group /* ie "Page setup" or "Indents" or "Multi-columns" */
margin-top: 1em ;
font-size: 120% ;
color: #000056 ;
- background-color: #DFCCAD ;
+ background-color: #dfccad ;
padding: 6px ;
}
h3.docs
@@ -102,6 +103,10 @@ h4.arg-list
{
margin-top: -.5em ;
}
+h4.fields
+{
+ color: #302419 ;
+}
h5.docs
{
margin-bottom: -.5em ;
@@ -359,27 +364,27 @@ ul.mini-toc-centered
{
float: left ;
width: 32% ;
- height: 53em ;
+ height: 52em ;
padding-bottom: 9px;
- background-color: #e2deb5 ;
+ background-color: #ded4bd ;
margin-right: 2% ;
}
.col-2-definitions
{
float: left ;
width: 32% ;
- height: 53em ;
+ height: 52em ;
padding-bottom: 9px;
- background-color: #e2deb5 ;
+ background-color: #ded4bd ;
margin-right: 2% ;
}
.col-3-definitions
{
float: left ;
width: 32% ;
- height: 53em ;
+ height: 52em ;
padding-bottom: 9px;
- background-color: #e2deb5 ;
+ background-color: #ded4bd ;
margin-bottom: 24px ;
}