2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-27 19:32:16 +00:00
Files
website/common/code/webnotes/themes/phpnet/theme.css
Rene Rivera 1d41a5cc39 *** empty log message ***
[SVN r49]
2006-01-10 07:16:17 +00:00

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%; }