Commit 5cee6ef006e698aa45ed641234e67e1f6486456d

Authored by megan_w
1 parent e07010d5

KTS-3033

"The bullets on the welcome dashlet render incorrectly"
Fixed. Added some left padding

Committed By: Megan Watson
Reviewed By: Jalaloedien Abrahams

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8058 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 0 deletions
resources/css/kt-framing.css
... ... @@ -1817,6 +1817,7 @@ hr {
1817 1817  
1818 1818 #content ul {
1819 1819 list-style-image: url(../graphics/bullet.png);
  1820 + padding-left: 15px;
1820 1821 }
1821 1822  
1822 1823  
... ...