We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cbb562 commit b67256fCopy full SHA for b67256f
themes/plugins.jquery.com/style.css
@@ -125,12 +125,12 @@ Template: jquery
125
{
126
display: inline-block;
127
margin-right: 10px;
128
- padding: 0 5px 0 20px;
129
- -webkit-border-radius: 4px;
130
- -moz-border-radius: 4px;
131
- -ms-border-radius: 4px;
132
- -o-border-radius: 4px;
133
- border-radius: 5px;
+ padding: 2px 5px 2px 20px;
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ -ms-border-radius: 3px;
+ -o-border-radius: 3px;
+ border-radius: 3px;
134
background-color: #305e91;
135
}
136
0 commit comments