GIT: Initial commit after latest foundation merge

This commit is contained in:
andy
2016-04-25 11:40:48 +01:00
4003 changed files with 74634 additions and 37783 deletions

View File

@ -11,6 +11,11 @@ body {
font-size: 62.5%;
} /*Font-size: 1.0em = 10px when browser default size is 16px*/
/* Using the same as the code/verbatim blocks in doxygen.css */
code {
font-family: "Courier New", Courier, monospace, fixed;
}
p:after {
content:".";
display:block;
@ -243,7 +248,7 @@ p:after {
padding-bottom:30px;
border-left: 3px solid rgb(175,175,175);
border-right:3px solid rgb(175,175,175);
background:transparent url(img/bg_main.gif) top left repeat-y;
background:transparent;
}
.main img {
clear:both;

View File

@ -12,6 +12,10 @@
list-style-type: square;
}
.contents ol {
margin-left: 20px;
}
/* colour and underline to match OpenFOAM style */
div.title
{