Skip to content
This repository has been archived by the owner on Aug 5, 2018. It is now read-only.

Commit

Permalink
Fix of identations (close #10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebroda committed Mar 24, 2014
1 parent f90a640 commit 2901713
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions templates/clansphere/stylesheets/content.css
Expand Up @@ -212,4 +212,14 @@ input, textarea, select {
position:absolute;
top:50%;
right:50%;
}

/* Right identation of lists in content */
#content ol{
margin-left: 18px;
}

#content ul li{
list-style: disc;
margin-left: 14px;
}

0 comments on commit 2901713

Please sign in to comment.