From 2ffc9a3a3a2c39938a1f499505968d8385f0321b Mon Sep 17 00:00:00 2001 From: Sanj Date: Tue, 31 Jan 2012 03:09:02 +0530 Subject: [PATCH] css --- print/css/print.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/print/css/print.css b/print/css/print.css index 23572bc..2bb7f26 100644 --- a/print/css/print.css +++ b/print/css/print.css @@ -7,7 +7,8 @@ body { .people { font-size: 16px; - font-weight: normal; + font-weight: bold; + font-style: italic; margin-bottom: 6px; } @@ -53,7 +54,3 @@ body { margin-bottom: 32px; } -.personName { - font-weight: bold; - font-size: 16px; -}