All Downloads are FREE. Search and download functionalities are using the official Maven repository.

html.frames.css Maven / Gradle / Ivy

There is a newer version: 1.0
Show newest version
@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;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy