From: Greg Price Date: Thu, 17 Apr 2008 04:49:26 +0000 (-0400) Subject: dashed -> solid line under

X-Git-Tag: sipb-xen-www/3.4~37 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/49367cafdfc40dd28e306aabe5ccc5787aab915a?hp=178343128dec306e79e169ad177e98a4a10c5c4d dashed -> solid line under

svn path=/trunk/packages/sipb-xen-www/; revision=428 --- diff --git a/code/static/style.css b/code/static/style.css index 4711aab..91ca503 100644 --- a/code/static/style.css +++ b/code/static/style.css @@ -25,9 +25,9 @@ h1, h2, h3, h4, h5, h6 { color: #13a; } -/* Dashed line under the header. */ +/* Dividing line under the header. */ h1 { - border-bottom: 1px dashed black; + border-bottom: 1px solid black; margin-top: 0; overflow: auto; }