Add CSS for colored headings used by docprojc/current article.

Add CSS for nice tasklist table from projects/c99/style.css.
This commit is contained in:
Murray Stokely 2004-12-04 23:02:40 +00:00
parent 32fbf8e989
commit c6e6dc3ca8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23126

View file

@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
* $FreeBSD: www/en/freebsd.css,v 1.1 2002/03/16 08:40:25 murray Exp $
*/
DIV.EXAMPLE P B {
@ -33,3 +33,25 @@ DIV.EXAMPLE P B {
.FILENAME {
color: #007a00;
}
h3.red {
color: #660000;
}
table.tasklist {
}
tr.heading {
font-size: 15px;
background-color: #cbd2ec;
}
table.tasklist td {
font-size: 13px;
}
table.tasklist td.section {
font-size: 15px;
font-weight: bold;
background-color: #e7e9f7;
}