Skip to content

Commit

Permalink
make edit lists horizontal
Browse files Browse the repository at this point in the history
  • Loading branch information
namelessjon committed Nov 8, 2009
1 parent c69473b commit 1b6437b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions public/style.css
Expand Up @@ -56,3 +56,13 @@ ul.ditty_control li {
display: inline;
list-style-type: none;
}

ul.edit_links {
float: right;
}

ul.edit_links li {
display: inline;
list-style-type: none;
}

0 comments on commit 1b6437b

Please sign in to comment.