From 10169a6483783bb3c24209f8669121192da06ae1 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Thu, 7 Apr 2005 10:11:30 +0000 Subject: [PATCH] small caps looks ugly - remove offending frameborder git-svn-id: https://svn.dealii.org/trunk@10407 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/screen.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/deal.II/doc/screen.css b/deal.II/doc/screen.css index aaa56d2815..adfb626c8d 100644 --- a/deal.II/doc/screen.css +++ b/deal.II/doc/screen.css @@ -23,7 +23,6 @@ frameset { background-color: white; border-color: white; border: 0; - frameborder: 0; } a:hover { text-decoration: underline; } @@ -66,12 +65,10 @@ h1, h2, h3, h4, h5, h6 { h1 { font-size: 175%; - font-variant: small-caps; } h2 { font-size: 140%; - font-variant: small-caps; } h3 { font-size: 125%; -- 2.39.5