Skip to content

Commit

Permalink
Slightly change skills list style on skill wheel's left panel - refs …
Browse files Browse the repository at this point in the history
…CT#7883
  • Loading branch information
ywarnier committed Oct 14, 2015
1 parent 0182e1f commit 3cb7420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Resources/public/css/base.css
Expand Up @@ -2701,7 +2701,7 @@ form .formw .freeze {
}

#skill_holder li {
float:left;
float: none;
padding-right: 10px;
margin-bottom: .5em;
}
Expand Down Expand Up @@ -4340,7 +4340,7 @@ ul.holder li.bit-input input{
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}
ul.holder li.bit-box{
padding: 5px;
padding-right: 15px;
margin-bottom: 5px;
color: #8a6d3b;
background-color:#FCF8E3;
Expand Down

0 comments on commit 3cb7420

Please sign in to comment.