Skip to content

Commit 3cb7420

Browse files
committed
Slightly change skills list style on skill wheel's left panel - refs CT#7883
1 parent 0182e1f commit 3cb7420

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Resources/public/css/base.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2701,7 +2701,7 @@ form .formw .freeze {
27012701
}
27022702

27032703
#skill_holder li {
2704-
float:left;
2704+
float: none;
27052705
padding-right: 10px;
27062706
margin-bottom: .5em;
27072707
}
@@ -4340,7 +4340,7 @@ ul.holder li.bit-input input{
43404340
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
43414341
}
43424342
ul.holder li.bit-box{
4343-
padding: 5px;
4343+
padding-right: 15px;
43444344
margin-bottom: 5px;
43454345
color: #8a6d3b;
43464346
background-color:#FCF8E3;

0 commit comments

Comments
 (0)