html.frames.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mindoc Show documentation
Show all versions of mindoc Show documentation
Document generator for MIND
@CHARSET "UTF-8";
/**
\file html/frames.css
\brief The style sheet for the frame pages generated by Mindoc
\n
This file is part of the Platform 2012 program,
a cooperation between STMicroelectronics and CEA.\n
Redistribution of this file to outside parties is
strictly prohibited without the written consent
of the module owner indicated below.\n
\par Module owner: [email protected]
\par Copyright (C) 2009 STMicroelectronics
\par Authors: [email protected]
\par Id: $Id$
\par Date: $Date$
\par Revision: $Rev$
*/
/* Index */
body {
font-family: Helvetica, Arial, sans-serif;
}
h1 {
font-size: 90%;
font-weight: bold;
padding: 0;
margin: 0;
margin-bottom: 10px;
}
h2 {
font-size: 90%;
font-weight: normal;
padding: 0;
margin: 0;
margin-top: 20px;
}
p {
margin: 0;
padding: 0;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
}