mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Fix indentation of <li>s
This commit is contained in:
parent
c5d6b2c5ff
commit
d07d428e5f
1 changed files with 4 additions and 0 deletions
|
@ -115,6 +115,10 @@ footer ul.social.icons {
|
|||
list-style-type: none;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
footer ul.social.icons li {
|
||||
float: left;
|
||||
margin-left: 10px;
|
||||
|
|
Loading…
Reference in a new issue