mirror of
https://github.com/boostorg/website.git
synced 2026-01-28 19:52:14 +00:00
20 lines
739 B
CSS
20 lines
739 B
CSS
/*
|
|
# phpWebNotes - a php based note addition system
|
|
# Copyright (C) 2000-2002 Webnotes Team - webnotes-devel@sourceforge.net
|
|
# This program is distributed under the terms and conditions of the GPL
|
|
# See the files README and LICENSE for details
|
|
|
|
# --------------------------------------------------------
|
|
# $Id$
|
|
# --------------------------------------------------------
|
|
*/
|
|
|
|
div.phpnet { }
|
|
div.phpnet td { font-family:Verdana, Arial; font-size: 10pt; padding: 4px; }
|
|
div.phpnet .dark { background-color: #d0d0d0; }
|
|
div.phpnet .light { background-color: #e0e0e0; }
|
|
div.phpnet .lighter { background-color: #f0f0f0; }
|
|
div.phpnet tr { vertical-align: top; }
|
|
div.phpnet img { border: 0px; }
|
|
div.phpnet table { border: 0px; width: 100%; }
|