From: arjen Date: Wed, 5 Feb 2003 09:50:18 +0000 (+0000) Subject: Added style parameters for diff-like table views and textarea elements. X-Git-Tag: V0_0_4~5 X-Git-Url: http://www.andromeda.nl/gitweb/?a=commitdiff_plain;h=7e1235fe572a70967011466ac4f268f09746fa0e;p=gnucomo.git Added style parameters for diff-like table views and textarea elements. --- diff --git a/src/web/gnucomo.css b/src/web/gnucomo.css index f4a27fb..ea3981d 100644 --- a/src/web/gnucomo.css +++ b/src/web/gnucomo.css @@ -45,3 +45,30 @@ th border-width : thin ; border-style : solid ; } + + +/* Table styles for diff-like views */ + +td.left +{ + color : blue ; + font-family : sans-serif ; +} + +td.right +{ + color : lightgreen ; + font-family : sans-serif ; +} + +td.both +{ + color : red ; + font-family : sans-serif ; +} + +textarea +{ + width : 60em ; + height : 10em ; +}