Skip to content

Commit a85c5f5

Browse files
committed
plugins.jquery.com: Add margin-right to all icons in sidebar, not just those inside of the toolbox
1 parent 41c8e28 commit a85c5f5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

themes/plugins.jquery.com/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,11 @@ a {
176176
border-radius: 4px;
177177
}
178178

179+
.jquery-plugin #sidebar [class^="icon-"],
180+
.jquery-plugin #sidebar [class*=" icon-"] {
181+
margin-right: 7px;
182+
}
183+
179184
/*----------[ Individual plugin page sidebar toolbox ]----------------------*/
180185

181186
.jquery-plugin .toolbox {
@@ -279,7 +284,6 @@ a {
279284

280285
.jquery-plugin .toolbox [class^="icon-"], .jquery-plugin .toolbox [class*=" icon-"] {
281286
margin-left: -25px;
282-
margin-right: 7px;
283287
width: 25px;
284288
color: #8ccffa;
285289
text-decoration: none;

0 commit comments

Comments
 (0)