Commit 478ea1d247f981987c53ff4eab17d144fc39a4e6

Authored by Brad Shuttleworth
1 parent 068d06f6

improve whitespace on the document details page.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4634 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 3 additions and 2 deletions
resources/css/kt-framing.css
... ... @@ -10,7 +10,8 @@ body
10 10 .floatClear
11 11 {
12 12 clear: both;
13   - height: 1px;
  13 + height: 1px !important;
  14 + margin: 0; border: 0; padding: 0;
14 15 }
15 16  
16 17 #kt-wrapper
... ... @@ -499,7 +500,7 @@ a.main_nav_item {
499 500  
500 501 .detail_fieldset h3
501 502 {
502   - margin: 2em 0 0.25em 0;
  503 + margin: 0em 0 0.25em 0;
503 504 }
504 505  
505 506  
... ...