Commit 03915c5f341297d9cda5bc87783a3943ae0f5c29
1 parent
ad4194bd
fixed double spacing
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@444 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
3 deletions
presentation/lookAndFeel/knowledgeTree/stylesheet.css
| ... | ... | @@ -23,7 +23,6 @@ font-weight : lighter; |
| 23 | 23 | font-style : normal; |
| 24 | 24 | color : #000000; |
| 25 | 25 | text-decoration: none; |
| 26 | - | |
| 27 | 26 | } |
| 28 | 27 | |
| 29 | 28 | P.footer { |
| ... | ... | @@ -33,8 +32,6 @@ font-weight : lighter; |
| 33 | 32 | font-style : normal; |
| 34 | 33 | color : #999999; |
| 35 | 34 | text-decoration: none; |
| 36 | - | |
| 37 | - | |
| 38 | 35 | } |
| 39 | 36 | |
| 40 | 37 | P.title { |
| ... | ... | @@ -80,3 +77,4 @@ font-style : normal; |
| 80 | 77 | text-decoration: none; |
| 81 | 78 | background-color : #FFFACD; |
| 82 | 79 | } |
| 80 | + | ... | ... |