This is an incomplete version of install.html (and doc.css) to replace the install.txt. I will diff the install.txt and continue to format this file and add new content until I get caught up. - elly

This commit is contained in:
ejc12 2011-01-14 05:49:33 +00:00
parent 560764a6e5
commit 93917dc153
2 changed files with 714 additions and 4 deletions

View file

@ -64,6 +64,16 @@ h5{
font-size: 14px;
color: #2485ae;
}
a {
text-decoration: underline
}
code {
padding: 0 0 0 20px;
margin: 10px;
}
/* HEADER ------> */
#branding {
position: relative;
@ -98,7 +108,42 @@ h1.vivo-logo a {
}
/* TOC -------> */
ol {
list-style-type: upper-roman;
margin: 0 0 10px 10px;
}
/* TABLE --------> */
table {
margin: 10px auto;
border-width: 1px;
border-spacing: 2px;
border-style: outset;
border-color: gray;
border-collapse: collapse;
}
th {
border-width: 1px;
padding: 4px;
border-style: inset;
border-color: white;
background: #2485ae;
color: #FFFFFF;
}
td {
border-width: 1px;
padding: 4px 4px 4px 6px;
border-style: inset;
border-color: white;
-moz-border-radius: 0px 0px 0px 0px;
}
.odd_row {
background: #EEEEEE;
border-bottom: 1px solid grey;
}
/* FOOTER------> */
footer {
@ -179,7 +224,4 @@ p{
.displace {
position: absolute;
left: -9999px;
}
a {
text-decoration: underline
}
}